Skip to content

Commit

Permalink
checkout manually for Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dey4ss committed Jul 25, 2024
1 parent 8686873 commit 99ba157
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ jobs:

steps:
- uses: actions/checkout@v4
if: matrix.name != 'gcc-6'

- name: Checkout (Ubuntu 18.04)
if: matrix.name == 'gcc-6'
run: |
apt-get update
apt-get install -y git
git config --global --add safe.directory '*'
git clone https://github.com/hyrise/sql-parser .
git checkout $GITHUB_HEAD_REF
- name: Setup (macOS)
if: matrix.name == 'clang-macOS'
Expand Down

0 comments on commit 99ba157

Please sign in to comment.