Skip to content

Commit

Permalink
Merge pull request #68 from Anders429/valgrind
Browse files Browse the repository at this point in the history
Fix valgrind workflow in CI.
  • Loading branch information
Anders429 authored Mar 17, 2022
2 parents 80f7eca + d6011bc commit 1fb7728
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: wget https://sourceware.org/pub/valgrind/valgrind-3.18.1.tar.bz2
- run: tar xvf valgrind-3.18.1.tar.bz2
- run: ./configure
working-directory: ./valgrind-3.18.1
- run: make
working-directory: ./valgrind-3.18.1
- run: sudo make install
working-directory: ./valgrind-3.18.1
- run: sudo apt-get install libc6-dbg
- run: sudo apt-get update
- run: sudo apt-get install valgrind
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down

0 comments on commit 1fb7728

Please sign in to comment.