We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9172a2 commit b29983bCopy full SHA for b29983b
1 file changed
.github/workflows/build-llvm-linux.yaml
@@ -30,9 +30,11 @@ jobs:
30
repository: llvm/llvm-project
31
ref: ${{ env.LLVM_REF }}
32
fetch-depth: 2
33
- - name: install llvm-19
+ - name: install build tools
34
id: setup
35
- run: sudo apt install clang-19 llvm-19-linker-tools
+ run: |
36
+ sudo apt-get update
37
+ sudo apt-get install clang-19 llvm-19-linker-tools
38
- name: Configure LLVM
39
if: steps.cache.outputs.cache-hit != 'true'
40
shell: bash
0 commit comments