port to pika os 4
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 44s
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 44s
This commit is contained in:
parent
e746062dbc
commit
851cd3188f
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
6
main.sh
6
main.sh
@ -15,6 +15,12 @@ cd ./goverlay
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
# temp lib
|
||||
if $(cat ./.github/release-canary-v3) = "2"
|
||||
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
|
||||
fi
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p goverlay_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
|
Loading…
Reference in New Issue
Block a user