From 4e67b2ed0c2cee9055b51f6f6ee67f3a5e48bc08 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sun, 28 Jul 2024 19:12:51 +0300 Subject: [PATCH] port to pika os 4 --- .github/release-canary-v3 | 2 +- main.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index 45a4fb7..ec63514 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -8 +9 diff --git a/main.sh b/main.sh index d080ae6..c1a1080 100755 --- a/main.sh +++ b/main.sh @@ -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