Skip to content

Commit

Permalink
ci: use nix-shell
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Sep 18, 2024
1 parent 928da96 commit 9a0da1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
with:
submodules: recursive
- name: 🚧 Build nix package
run: just ${{ matrix.just-recipe }}
run: nix-shell --run "just ${{ matrix.just-recipe }}"

0 comments on commit 9a0da1e

Please sign in to comment.