Skip to content

Commit

Permalink
Guard in GHA osx
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Nov 27, 2023
1 parent 83994c1 commit cff6a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
unlink /usr/local/bin/python
unlink /usr/local/bin/python || Skipping unlinking /usr/local/bin/python
ln -s /usr/local/bin/python3 /usr/local/bin/python
source tools/setup_db_osx.sh
python tools/ci.py \
Expand Down

0 comments on commit cff6a87

Please sign in to comment.