Skip to content

Commit 1abf55e

Browse files
committed
Use install-action to always install the latest Valgrind.
1 parent 20f6939 commit 1abf55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
default: true
110110
- uses: Swatinem/rust-cache@v2
111111
continue-on-error: true
112+
- uses: taiki-e/install-action@valgrind
112113
- run: |
113-
sudo apt-get install --yes valgrind
114114
pip install numpy
115115
cargo test --all-features --release
116116
env:

0 commit comments

Comments
 (0)