Update cross-build image apt before installing (#4411)
This commit is contained in:
parent
705e821741
commit
4abc525801
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -286,7 +286,7 @@ jobs:
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Install cross-compiler
|
||||
run: sudo apt install $PACKAGE
|
||||
run: sudo apt update && sudo apt install $PACKAGE
|
||||
env:
|
||||
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
|
||||
|
||||
|
Reference in New Issue
Block a user