From 960482f1da2315392d3637c01bbcd42e969d9ec0 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Fri, 26 Jul 2024 22:07:49 +0300 Subject: [PATCH] test cargo build opts --- .github/build-canary-v3 | 2 +- main.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/build-canary-v3 b/.github/build-canary-v3 index 00750ed..b8626c4 100644 --- a/.github/build-canary-v3 +++ b/.github/build-canary-v3 @@ -1 +1 @@ -3 +4 diff --git a/main.sh b/main.sh index 0df742e..69961b8 100755 --- a/main.sh +++ b/main.sh @@ -6,14 +6,14 @@ VERSION="1.3.1.git" source ./pika-build-config.sh -echo "$PIKA_BUILD_ARCH" > pika-build-arch - # Clone Upstream #git clone https://github.com/waycrate/wayshot.git --recurse-submodules -b "$VERSION" git clone https://github.com/waycrate/wayshot.git --recurse-submodules cp -rvf ./debian ./wayshot cd ./wayshot +echo "$PIKA_BUILD_ARCH" > pika-build-arch + # Get build deps apt-get build-dep ./ -y