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 1cafed3 commit e4ef40cCopy full SHA for e4ef40c
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
sudo apt update
22
- sudo apt install gcc libgccjit libgccjit-dev
+ sudo apt install gcc libgccjit-12 libgccjit-12-dev
23
- name: Build
24
run: cargo build --verbose
25
- name: Run tests
0 commit comments