From 829fd23b8ea5d478a47de50edd39d6bef196e5e8 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Sat, 9 Aug 2025 22:29:33 +0200 Subject: [PATCH] x --- .github/workflows/test-rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index 6b90788da..f06cbd718 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -254,9 +254,9 @@ jobs: - name: test ${{ matrix.package }} if: matrix.package == 'tauri-plugin-secure-storage' - run: | - ${{ matrix.platform.runner }} ${{ matrix.platform.command }} --package ${{ matrix.package }} --target ${{ matrix.platform.target }} --all-targets - rm -rf plugins/secure-storage + run: ${{ matrix.platform.runner }} ${{ matrix.platform.command }} --package ${{ matrix.package }} --target ${{ matrix.platform.target }} --all-targets + + - run: rm -rf plugins/secure-storage - uses: dtolnay/rust-toolchain@1.77.2 with: