Skip to content

Commit

Permalink
Use nix 2.19 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Feb 29, 2024
1 parent 04d8b30 commit d01427a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v9
# - uses: DeterminateSystems/magic-nix-cache-action@v3
with:
nix-installer-tag: v0.16.1
- uses: DeterminateSystems/magic-nix-cache-action@v3
- env:
BRANCH_NAME_OR_REF: ${{ github.head_ref || github.ref }}
run: echo "name=BRANCH_NAME::${BRANCH_NAME_OR_REF#refs/heads/}" >> $GITHUB_ENV
Expand All @@ -30,6 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v9
with:
nix-installer-tag: v0.16.1
- uses: DeterminateSystems/magic-nix-cache-action@v3
- env:
BRANCH_NAME_OR_REF: ${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit d01427a

Please sign in to comment.