Fix scripts

This commit is contained in:
2025-10-22 15:03:17 -05:00
parent 5aa70d8d28
commit e1740131c4
3 changed files with 6 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ jobs:
image: onedev.site.tesses.net/dependencies/debbuilder/plucky:latest
interpreter: !DefaultInterpreter
commands: |
mkdir artifacts
apt update -y
apt install -y pkg-config git gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686 nsis
cd Packaging/Linux
@@ -68,7 +69,6 @@ jobs:
image: onedev.site.tesses.net/dependencies/debbuilder/jammy:latest
interpreter: !DefaultInterpreter
commands: |
mkdir artifacts
apt update -y
apt install -y pkg-config git
cd Packaging/Linux