Skip to content

Commit

Permalink
or like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
dey4ss committed Jul 25, 2024
1 parent 158cd16 commit 22acd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
apt-get install -y git
git config --global --add safe.directory '*'
git clone https://github.com/hyrise/sql-parser .
echo "checkout ${GITHUB_HEAD_REF}"
git checkout $GITHUB_HEAD_REF
echo "checkout ${GITHUB_REF}"
git checkout $GITHUB_REF
- name: Setup (macOS)
if: matrix.name == 'clang-macOS'
Expand Down

0 comments on commit 22acd03

Please sign in to comment.