Skip to content

Commit cac43d1

Browse files
committed
github: run apt-get update
package list might be out of date.
1 parent 83fc110 commit cac43d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/citest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
# uses: mxschmitt/action-tmate@v3
1515
- name: prepare machine
1616
run: |
17+
sudo apt-get update
1718
sudo apt-get install \
1819
autoconf \
1920
build-essential \

0 commit comments

Comments
 (0)