Skip to content

Commit

Permalink
Allow cargo build to use nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kip93 committed May 11, 2024
1 parent c4f7bc9 commit 62d685f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
--override-input flake .
cargo-build:
runs-on: ubuntu-latest
needs: [nix-build]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
Expand Down

0 comments on commit 62d685f

Please sign in to comment.