Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tahadostifam authored Jan 2, 2025
1 parent 1cafed3 commit e4ef40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install gcc libgccjit libgccjit-dev
sudo apt install gcc libgccjit-12 libgccjit-12-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit e4ef40c

Please sign in to comment.