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

This commit is contained in:
Ward from fusion-voyager-3 2024-07-28 19:12:51 +03:00
parent 43327ffc62
commit 4e67b2ed0c
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
8
9

View File

@ -8,6 +8,8 @@ source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
export PATH=$PATH:/root/.cargo/bin
# Get build deps
apt-get build-dep ./ -y
apt-get install curl -y