Skip to content

Commit

Permalink
chore(main):fix valgrind test
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Apr 20, 2024
1 parent 159a935 commit 1ac20b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setting Up Valgrind
run: |
python3 ./script/init_valgrind_rust.py
apt install valgrind -y
sudo apt install valgrind -y
- name: Build
run: cargo build --all
- name: Build Release
Expand Down

0 comments on commit 1ac20b1

Please sign in to comment.