Skip to content

Commit

Permalink
Update apt before valgrid install
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Mar 4, 2022
1 parent 378bc3a commit 992eecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
python-version: 3.8
architecture: x64
- name: Install valgrind
run: sudo apt-get install -y valgrind
run: sudo apt-get update && sudo apt-get install -y valgrind
# - name: Login to Docker Hub
# uses: docker/login-action@v1
# with:
Expand Down

0 comments on commit 992eecc

Please sign in to comment.