Skip to content

Commit

Permalink
ci: run apt-get update before apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Oct 11, 2023
1 parent 45439ac commit e35c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rgaas-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: ./build/unit-test

- name: Valgrind (install)
run: sudo apt-get install valgrind -y
run: sudo apt-get update && sudo apt-get install valgrind -y

- name: Valgrind (run)
run: chmod +x ./test/valgrind/valgrind.sh && ./test/valgrind/valgrind.sh
Expand Down

0 comments on commit e35c8c2

Please sign in to comment.