Fix builds

This commit is contained in:
2025-09-05 12:08:11 -05:00
parent ac926deb23
commit 88b2026624
3 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ jobs:
interpreter: !DefaultInterpreter
commands: |
apt update -y
apt install -y libffi-dev pkg-config
apt install -y pkg-config
cd Packaging/Linux
bash build-ubuntu-jammy.sh
bash push-ubuntu-jammy.sh
@@ -74,7 +74,7 @@ jobs:
interpreter: !DefaultInterpreter
commands: |
apt update -y
apt install -y libffi-dev pkg-config
apt install -y pkg-config
cd Packaging/Linux
bash build-ubuntu-plucky.sh
bash push-ubuntu-plucky.sh