File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
1111 $docker run --platform linux/amd64 -e SILKDOTNET_DockerBuild=1 -e GITHUB_ACTIONS=1 -v $( readlink -f ../../../) :/data debian bash -c " cd /data/sources/SDL/Native && ./build-linux-arm.sh"
1212 exit
1313 else
14+ apt update
15+ apt install -y python3
1416 ../../../eng/native/buildsystem/download-zig.py
1517 export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
1618
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
1111 $docker run --platform linux/amd64 -e SILKDOTNET_DockerBuild=1 -e GITHUB_ACTIONS=1 -v $( readlink -f ../../../) :/data debian bash -c " cd /data/sources/SDL/Native && ./build-linux-arm64.sh"
1212 exit
1313 else
14+ apt update
15+ apt install -y python3
1416 ../../../eng/native/buildsystem/download-zig.py
1517 export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
1618
You can’t perform that action at this time.
0 commit comments