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 f41622e commit 862d9c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:

- name: Setup dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y ninja-build llvm
run: |
sudo apt update &&
sudo apt install -y ninja-build wget lsb-release software-properties-common gnupg &&
wget https://apt.llvm.org/llvm.sh &&
chmod +x llvm.sh &&
sudo ./llvm.sh 18
- name: Setup dependencies
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 862d9c2

Please sign in to comment.