Skip to content

Commit

Permalink
ci: Don't upgrade Nix behind the scenes (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jan 18, 2024
1 parent c7bed59 commit 5365c6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
# Don't upgrade Nix until https://github.com/srid/nixci/issues/35 is fixed
- uses: cachix/install-nix-action@v22
- run: nix --version
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: yaxitech/nix-install-pkgs-action@v3
with:
Expand Down

0 comments on commit 5365c6a

Please sign in to comment.