Skip to content

Commit

Permalink
Fix build issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
Razer2015 committed Dec 7, 2022
1 parent 6be2ca3 commit 585702f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# dependencies are only needed on ubuntu as that's the only place where
# we make cross-compilation
if [[ $OS =~ ^ubuntu.*$ ]]; then
sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf
sudo apt update && sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf
fi
# some additional configuration for cross-compilation on linux
Expand Down

0 comments on commit 585702f

Please sign in to comment.