test cargo build opts
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 17s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-26 22:07:49 +03:00
parent 49ebbbc7bc
commit 960482f1da
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3
4

View File

@ -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