From 7bf2afc778c4e9a779cfd106363f600558b4f9a4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 22 Mar 2024 18:02:00 -0400 Subject: [PATCH] Fix cargo-vendor-filterer being installed in the wrong step (cherry picked from commit e121ea8ac008120ba0325bd8f3041447acc39999) --- .build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.build.yml b/.build.yml index c85c1bb..ff1e41f 100644 --- a/.build.yml +++ b/.build.yml @@ -21,6 +21,8 @@ sources: secrets: - b748582a-5d31-4fe8-94d6-4a63035e97aa tasks: + - setup: | + cargo install cargo-vendor-filterer - reuse: | cd astra reuse lint @@ -30,17 +32,9 @@ tasks: - upload-tarball: | echo "StrictHostKeyChecking=no" >> ~/.ssh/config rsync -e 'ssh -p 38901' -Wvr astra-source.tar.gz deploy@ryne.moe:/srv/http/astra-distrib/astra/git/ - #- configure: | - # cd astra - # cmake -S . -B build-cmake - #- build: | - # cd astra - # cmake --build build-cmake - flatpak: | cd astra - cargo install cargo-vendor-filterer ./scripts/build-flatpak.sh artifacts: - astra-source.tar.gz -# - astra/build-cmake/bin/astra - astra/astra.flatpak