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 c0c09a6 commit 5e7f806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt update
apt install gcc libgccjit-14 libgccjit-14-dev
sudo apt update
sudo apt install gcc libgccjit-14 libgccjit-14-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 5e7f806

Please sign in to comment.