File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 - name : Install libgccjit12
5050 if : matrix.libgccjit_version.gcc == 'libgccjit12.so'
51- run : sudo apt-get install libgccjit-12-dev
51+ run : |
52+ sudo apt-get update
53+ sudo apt-get install libgccjit-12-dev
5254
5355 - name : Setup path to libgccjit
5456 if : matrix.libgccjit_version.gcc == 'libgccjit12.so'
Original file line number Diff line number Diff line change 4646
4747 - name : Install packages
4848 # `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
49+ run : |
50+ sudo apt-get update
51+ sudo apt-get install ninja-build ripgrep llvm-14-tools libgccjit-12-dev
5052
5153 - name : Setup path to libgccjit
5254 run : echo 'gcc-path = "/usr/lib/gcc/x86_64-linux-gnu/12"' > config.toml
You can’t perform that action at this time.
0 commit comments