We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e595f7 commit 5913e3aCopy full SHA for 5913e3a
.github/workflows/ci.yml
@@ -28,13 +28,7 @@ jobs:
28
- name: Install cargo-hack
29
uses: taiki-e/install-action@cargo-hack
30
- name: Install valgrind
31
- run: |
32
- sudo apt-get update -qq
33
- # libc6-dbg is needed to run Valgrind
34
- sudo apt-get install -y libc6-dbg
35
- # Use snap to install the latest Valgrind
36
- # https://snapcraft.io/install/valgrind/ubuntu
37
- sudo snap install valgrind --classic
+ uses: taiki-e/install-action@valgrind
38
- run: cargo build --all --all-features --all-targets
39
if: startsWith(matrix.rust, 'nightly')
40
- run: cargo hack build --feature-powerset --no-dev-deps
0 commit comments