Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Feb 21, 2025
1 parent 5fa5dc8 commit 930f134
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
bash <(curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com) --nightly -y
- name: Install EdgeDB
run: |
. ~/.bash_profile
gel server install --nightly
run: gel server install --nightly
shell: bash -l {0}

- name: Link nightly
run: |
. ~/.bash_profile
mkdir -p ~/.local/bin
echo `gel server info --channel=nightly --get bin-path`
ln -s `gel server info --channel=nightly --get bin-path` ~/.local/bin/edgedb-server
shell: bash -l {0}

- name: Show binaries
run: ls -l ~/.local/bin
Expand Down

0 comments on commit 930f134

Please sign in to comment.