Skip to content

Commit e5e45db

Browse files
committed
GH Actions: run apt-get update before installing packages
See #64 (comment)
1 parent c3a3af8 commit e5e45db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- name: restore
2222
run: |
23+
sudo apt-get update
2324
sudo apt-get install -y libgtest-dev
2425
- name: build
2526
env:

0 commit comments

Comments
 (0)