Skip to content

Commit 173693f

Browse files
committed
Github actions: do sudo apt update before installing packages
1 parent 62bd408 commit 173693f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
with:
110110
submodules: "recursive"
111111

112+
- name: Update packages
113+
run: sudo apt update
114+
112115
- name: Install compiler
113116
run: |
114117
sudo apt-get install -y ${{ matrix.config.CC }}-${{ matrix.config.version }}

0 commit comments

Comments
 (0)