Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
[ci] determinatesystems actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Apr 5, 2024
1 parent 4b35ae7 commit 05e8f62
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/flake-checker-action@v5
with:
fail-mode: true
- run: nix flake check --all-systems

build:
Expand All @@ -26,5 +29,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: nix build -L .#${{ matrix.package }}

0 comments on commit 05e8f62

Please sign in to comment.