Skip to content

Commit

Permalink
ci: Use better nix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Sep 29, 2024
1 parent b39297d commit 781a209
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# 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
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Build 🔨
run: nix run github:srid/nixci build
- name: Test example
Expand Down

0 comments on commit 781a209

Please sign in to comment.