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 a35c664 commit 137d23f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ jobs:

- name: Setup dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y ninja-build
run: sudo apt update && sudo apt install -y ninja-build llvm

- name: Setup dependencies
if: startsWith(matrix.os, 'macos')
run: |
brew install ninja llvm &&
brew link --force llvm &&
clang --version &&
llc --version
run: brew install ninja llvm

- name: Run build
run: ./x.py dist --host ${{ matrix.target }}
Expand Down

0 comments on commit 137d23f

Please sign in to comment.