Skip to content

Commit e1252e8

Browse files
Fix workflow on Ubuntu 24
1 parent a94fea3 commit e1252e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18-
- name: Install Ninja
19-
run: |
20-
wget https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip
21-
sudo unzip ninja-linux.zip -d /usr/local/bin
2218
- name: Install clang
2319
run: |
2420
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ${{env.CLANG_VERSION}}

0 commit comments

Comments
 (0)