Skip to content

Commit

Permalink
more yes
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 12, 2024
1 parent 131caca commit 6497e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
# multilib necessary for building compiler-rt
sudo apt install gcc-multilib
sudo apt-get install -y gcc-multilib
- name: Prepare
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt install ninja-build lld ccache
sudo apt-get install -y ninja-build lld ccache
curl https://apt.llvm.org/llvm.sh | sudo bash -s -- 19
sudo apt install clang-19 libc++-19-dev libc++abi-19-dev
sudo apt-get install -y clang-19 libc++-19-dev libc++abi-19-dev
- name: Prepare
if: startsWith(matrix.os, 'macos')
run: |
Expand Down

0 comments on commit 6497e53

Please sign in to comment.