Skip to content

Commit

Permalink
fix: specify bash interpreter for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum9Innovation committed Feb 14, 2025
1 parent bb7acb0 commit 693ef0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Perform health checks on flake.nix
uses: DeterminateSystems/flake-checker-action@main
- name: Launch Nix development environment and run basic tests
run: nix develop -i --accept-flake-config --keep HOME --command bash -c "chmod +x *.sh; ./install.sh; . source.sh; ./hash.sh;"
run: nix develop -i --accept-flake-config --keep HOME --command bash -c "chmod +x *.sh; bash ./install.sh; bash ./source.sh; bash ./hash.sh;"

0 comments on commit 693ef0f

Please sign in to comment.