Skip to content

Commit

Permalink
WIP3
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Nov 22, 2023
1 parent 8bdc6f8 commit 8643b1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
# https://github.com/orgs/community/discussions/27125#discussioncomment-3254720
- run: brew install ${{ join(fromJSON(matrix.os_deps).deps, ' ') }}
- run: brew list
# https://docs.github.com/en/actions/learn-github-actions/variables#detecting-the-operating-system
# https://docs.github.com/en/actions/learn-github-actions/expressions
if: runner.os == 'macOS'
# https://github.com/orgs/community/discussions/27125#discussioncomment-3254720
- run: brew install ${{ join(fromJSON(matrix.os_deps).deps, ' ') }}
if: runner.os == 'macOS' && fromJSON(matrix.os_deps).deps[0] != null
- run: test-cases/integration-test.sh

0 comments on commit 8643b1e

Please sign in to comment.