Skip to content

Commit

Permalink
ci: remove --pure from Nix invocation
Browse files Browse the repository at this point in the history
Not needed since we don't set any envars. The motiviation is that
we need shasum which is generally available on major Linux distros
pre-installed but not on Nix.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Jul 9, 2024
1 parent 530c979 commit c06bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build and run examples
run: nix-shell --pure --run "./ci/examples.sh ${PWD}/microkit-sdk-1.2.6"
run: nix-shell --run "./ci/examples.sh ${PWD}/microkit-sdk-1.2.6"
- name: Upload built system images
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c06bd66

Please sign in to comment.