We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94fea3 commit e1252e8Copy full SHA for e1252e8
.github/workflows/build.yml
@@ -15,10 +15,6 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
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
22
- name: Install clang
23
run: |
24
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ${{env.CLANG_VERSION}}
0 commit comments