This commit is contained in:
FabianLars
2025-08-09 22:29:33 +02:00
parent 13bbb9cd3d
commit 829fd23b8e
+3 -3
View File
@@ -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: