Skip to content

Commit

Permalink
Try a shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Feb 21, 2025
1 parent 9eae1ed commit 9447fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "PATH=$PATH" >> $GITHUB_ENV
gel server install --nightly
mkdir -p ~/.local/bin/
echo "#!/bin/bash\n$(gel server info --channel=nightly --get bin-path) \"$@\"\n" > ~/.local/bin/edgedb-server
echo "#!/bin/bash\n\"$(gel server info --channel=nightly --get bin-path)\" \"$@\"\n" > ~/.local/bin/edgedb-server
chmod +x ~/.local/bin/edgedb-server
shell: bash

Expand Down

0 comments on commit 9447fc1

Please sign in to comment.