mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
Fix CI
This commit is contained in:
parent
ea50f2221d
commit
e87af1dbca
1 changed files with 3 additions and 2 deletions
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
paths:
|
||||
- 'flake.lock'
|
||||
- 'versions/*.json'
|
||||
- '.github/workflows/*.yml'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
@ -16,7 +17,7 @@ jobs:
|
|||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: DeterminateSystems/nix-installer-action@20
|
||||
- uses: DeterminateSystems/nix-installer-action@3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: cachix/cachix-action@v16
|
||||
|
|
@ -34,7 +35,7 @@ jobs:
|
|||
os: [macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: DeterminateSystems/nix-installer-action@20
|
||||
- uses: DeterminateSystems/nix-installer-action@3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: cachix/cachix-action@v16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue