We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cfce4 commit 6fbea19Copy full SHA for 6fbea19
.github/workflows/ubuntu_Arm64_build.yml
@@ -39,6 +39,7 @@ jobs:
39
-v ${{ github.workspace }}:/workspace \
40
-w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
41
set -e
42
+ apt update -y
43
apt install git make g++ wget -y
44
45
git submodule init
0 commit comments