Skip to content

Commit

Permalink
Try apt-get update before installing valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes authored Mar 16, 2022
1 parent 480f229 commit 6382b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
path: |
src
key: valgrind-${{ hashFiles('src/**') }}
key: valgrind-1-${{ hashFiles('src/**') }}
outputs:
run_check: ${{ steps.cache_hit.outputs.cache-hit }}
R-CMD-check:
Expand All @@ -40,6 +40,7 @@ jobs:

- name: Install valgrind
run: |
/usr/bin/sudo DEBIAN_FRONTEND=noninteractive apt-get update -y -qq
/usr/bin/sudo DEBIAN_FRONTEND=noninteractive apt-get install -y valgrind
- uses: r-lib/actions/setup-pandoc@v2
Expand Down

0 comments on commit 6382b57

Please sign in to comment.