Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Jun 4, 2024
1 parent 9a0372c commit de904bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
- name: Setup dependencies
if: startsWith(matrix.os, 'macos')
run: brew install ninja llvm z3 zstd
run: |
brew install ninja llvm z3
brew link z3
- name: Run build
run: ./x.py dist --host ${{ matrix.target }}
Expand Down

0 comments on commit de904bf

Please sign in to comment.