Skip to content

Commit

Permalink
Why should even GHA having zsh installed be easy...
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 20, 2023
1 parent 99a0d93 commit 3db2e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ _clone-test-dependencies: _clean-test-dependencies

# Rebuild some test fixtures used in the test suite.
_rebuild-test-fixtures:
#!/usr/bin/env zsh
#!/usr/bin/env sh
set -euxo pipefail
cd "{{ fixtures }}/example-lean3-project/"
leanpkg help 2>&1 >/dev/null && leanpkg build || echo "Lean 3 not found."
Expand Down

0 comments on commit 3db2e57

Please sign in to comment.