mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-11 18:40:22 +02:00
x
This commit is contained in:
@@ -254,9 +254,9 @@ jobs:
|
|||||||
|
|
||||||
- name: test ${{ matrix.package }}
|
- name: test ${{ matrix.package }}
|
||||||
if: matrix.package == 'tauri-plugin-secure-storage'
|
if: matrix.package == 'tauri-plugin-secure-storage'
|
||||||
run: |
|
run: ${{ matrix.platform.runner }} ${{ matrix.platform.command }} --package ${{ matrix.package }} --target ${{ matrix.platform.target }} --all-targets
|
||||||
${{ matrix.platform.runner }} ${{ matrix.platform.command }} --package ${{ matrix.package }} --target ${{ matrix.platform.target }} --all-targets
|
|
||||||
rm -rf plugins/secure-storage
|
- run: rm -rf plugins/secure-storage
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@1.77.2
|
- uses: dtolnay/rust-toolchain@1.77.2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user