Skip to content

Commit

Permalink
Change 'bin/gap.sh' to 'gap' as 'bin/gap.sh' has been removed (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson authored Nov 29, 2023
1 parent 6404554 commit 2a7f457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
ln -f -s $PWD /tmp/gaproot/pkg/
# start GAP with custom GAP root, to ensure correct package version is loaded
GAP="$GAPROOT/bin/gap.sh -l /tmp/gaproot; --quitonbreak"
GAP="$GAPROOT/gap -l /tmp/gaproot; --quitonbreak"
if ${{ inputs.only-needed }} = 'true' ; then
GAP="$GAP -A"
Expand Down

0 comments on commit 2a7f457

Please sign in to comment.