We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be3954 commit 1fbfd8aCopy full SHA for 1fbfd8a
.github/workflows/gcc12.yml
@@ -46,7 +46,9 @@ jobs:
46
47
- name: Install packages
48
# `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests.
49
- run: sudo apt-get install ninja-build ripgrep llvm-14-tools libgccjit-12-dev
+ run: |
50
+ sudo apt-get update
51
+ sudo apt-get install ninja-build ripgrep llvm-14-tools libgccjit-12-dev
52
53
- name: Setup path to libgccjit
54
run: echo 'gcc-path = "/usr/lib/gcc/x86_64-linux-gnu/12"' > config.toml
0 commit comments