diff --git a/.woodpecker/test-build.yaml b/.woodpecker/test-build.yaml index 75db143..01e2e05 100644 --- a/.woodpecker/test-build.yaml +++ b/.woodpecker/test-build.yaml @@ -12,7 +12,7 @@ steps: SOURCEMOD_SCR_DIR: addons/sourcemod/scripting commands: - dpkg --add-architecture i386 - - apt update && apt install -y lib32stdc++6 libc6:i386 libstdc++6:i386 wget + - apt update && apt install -y wget - mkdir $DOWNLOAD_LOCATION - wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL - tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME @@ -24,5 +24,5 @@ steps: - name: build image: debian:bookworm commands: - - ldd scripting/spcomp + - apt update && apt install -y lib32stdc++6 - bash scripting/compile.sh \ No newline at end of file