Skip to content

Commit 13da869

Browse files
committed
Update repository cache in valgrind test workflow
1 parent 00f0f23 commit 13da869

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Checkout Code
1515
uses: actions/checkout@v3
1616

17+
- name: Update repository cache
18+
run: sudo apt-get update
19+
1720
- name: Install Dependencies
1821
run: sudo apt-get install -y build-essential valgrind cmake libssl-dev
1922

0 commit comments

Comments
 (0)