port to pika os 4
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 44s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-25 17:31:35 +03:00
parent 851cd3188f
commit 4bc8991468
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
2
3

View File

@ -16,10 +16,11 @@ cd ./goverlay
# Get build deps
apt-get build-dep ./ -y
# temp lib
if $(cat ./.github/release-canary-v3) = "2"
if $(cat ./.github/release-canary-v3) = "3"
then
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6-dev_6.2.8-1_amd64.deb
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6_6.2.8-1_amd64.deb
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6-dev_6.2.8-1_amd64.deb -O ./libqt6pas6-dev.deb
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6_6.2.8-1_amd64.deb -O ./libqt6pas6.deb
apt-get install ./libqt6pas6-dev.deb ./libqt6pas6.deb -y
fi
# Build package