Update cross-build image apt before installing (#4411)

This commit is contained in:
Asher 2021-10-28 17:36:21 -05:00 committed by GitHub
parent 705e821741
commit 4abc525801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) }}