Skip to content

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Jun 5, 2024
1 parent 3616a69 commit 30f4684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ jobs:
macos:
name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} C++
runs-on: macos-${{ matrix.macos-version }}
env:
GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/
strategy:
fail-fast: false
matrix:
Expand All @@ -215,6 +217,7 @@ jobs:
- name: Install dependencies
run: |
brew bundle --file=cpp/Brewfile
git clone https://github.com/apache/incubator-graphar-testing.git $GAR_TEST_DATA --depth 1
- name: Build GraphAr
working-directory: "cpp"
Expand Down

0 comments on commit 30f4684

Please sign in to comment.