Archived
1
0

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

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