From 25d9cc28d64f7238f0f304cff43984514f09ea5d Mon Sep 17 00:00:00 2001 From: strawberry Date: Tue, 30 Jan 2024 19:19:52 -0500 Subject: [PATCH] remove removing rustup and default cargo, remove building aarch64 deb Signed-off-by: strawberry --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d33ac066..a1d1bac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,6 @@ jobs: - name: Sync repository uses: actions/checkout@v4 - - name: Uninstall obstructive tools - run: rm -rf "$HOME/.rustup" "$HOME/.cargo" - - name: Install Nix (with flakes and nix-command enabled) uses: cachix/install-nix-action@v25 with: @@ -131,14 +128,3 @@ jobs: name: deb-x86_64-unknown-linux-gnu path: target/debian/*.deb if-no-files-found: error - - - name: Build deb-aarch64-unknown-linux-gnu - run: | - cargo deb --target=aarch64-unknown-linux-gnu - - - name: Upload artifact deb-aarch64-unknown-linux-gnu - uses: actions/upload-artifact@v4 - with: - name: deb-aarch64-unknown-linux-gnu - path: target/debian/*.deb - if-no-files-found: error \ No newline at end of file