Skip to content

Commit 067986b

Browse files
committed
Update cross-build image apt before installing
1 parent 705e821 commit 067986b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
echo "$HOME/.local/bin" >> $GITHUB_PATH
287287
288288
- name: Install cross-compiler
289-
run: sudo apt install $PACKAGE
289+
run: sudo apt update && sudo apt install $PACKAGE
290290
env:
291291
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
292292

0 commit comments

Comments
 (0)