Skip to content

Commit

Permalink
ci: Don't use DetSys installer
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 23, 2024
1 parent dfe2bfe commit 8767f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
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
- uses: cachix/cachix-action@v12
with:
name: srid
Expand Down

0 comments on commit 8767f38

Please sign in to comment.