Skip to content

Commit d400f42

Browse files
committed
[build] run apt-get update on github ubuntu workflow
Change-Id: I66de8d398c662a0b0933760c6a753ea8f8b63b7d
1 parent b3dcb3d commit d400f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
ruby-kramdown
2020
libxml2-utils
2121
)
22+
sudo apt-get update
2223
sudo apt-get install "${pkgs[@]}"
2324
- name: Build docs
2425
run: |
@@ -58,6 +59,7 @@ jobs:
5859
python3
5960
python3-pycurl
6061
)
62+
sudo apt-get update
6163
sudo apt-get install "${pkgs[@]}"
6264
- name: meson setup
6365
run: meson setup mesonbuilddir

0 commit comments

Comments
 (0)