Skip to content

Commit 26256ea

Browse files
committed
Install python before downloading zig
1 parent 30da54c commit 26256ea

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

sources/SDL/Native/build-linux-arm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

sources/SDL/Native/build-linux-arm64.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)