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 1ac20b1 commit ef50b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Setting Up Valgrind
run: |
python3 ./script/init_valgrind_rust.py
sudo apt update
sudo apt install valgrind -y
- name: Build
run: cargo build --all
Expand Down

0 comments on commit ef50b51

Please sign in to comment.