diff --git a/.woodpecker/test-build.yaml b/.woodpecker/test-build.yaml index 96eecd5..53eca3e 100644 --- a/.woodpecker/test-build.yaml +++ b/.woodpecker/test-build.yaml @@ -11,7 +11,8 @@ steps: SOURCEMOD_FILENAME: sourcemod.tar.gz SOURCEMOD_SCR_DIR: addons/sourcemod/scripting commands: - - apt update && apt install -y lib32stdc++6 wget + - dpkg --add-architecture i386 + - apt update && apt install -y lib32stdc++6 libc6:i386 libstdc++6:i386 wget - mkdir $DOWNLOAD_LOCATION - wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL - tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME @@ -23,8 +24,4 @@ steps: - name: build image: debian:bookworm commands: - - cd scripting - - ls - - chmod +x spcomp - - ./spcomp - - bash compile.sh \ No newline at end of file + - bash scripting/compile.sh \ No newline at end of file