Skip to content

Bumped install-nix-action to v23 #4

Bumped install-nix-action to v23

Bumped install-nix-action to v23 #4

Workflow file for this run

name: build with nix
on:
pull_request:
branches:
- main
- develop
push:
branches:
- develop
schedule:
# 01:00 every Sunday morning
- cron: '0 1 * * 0'
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_and_test:
strategy:
matrix:
os: ['ubuntu-22.04', 'macos-13']
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
- uses: actions/cache@v3
with:
path: ~/nix
key: nix-${{matrix.os}}
- name: Build and test tket
run: nix --store ~/nix flake check -L