Skip to content

Commit

Permalink
fix(nix ci): regression in nix-installer-action
Browse files Browse the repository at this point in the history
This commit pins the version of nix-installer, so that we don't hit DeterminateSystems/nix-installer-action#133.
We should revert this commit whenever DeterminateSystems/nix-installer-action#133 is closed.
  • Loading branch information
W95Psp committed Jan 15, 2025
1 parent 81a94ba commit 555c7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
source-tag: v0.32.3 # revert when https://github.com/DeterminateSystems/nix-installer-action/issues/133 is closed
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: ⤵ Install FStar
Expand Down

0 comments on commit 555c7bc

Please sign in to comment.