mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
fix(workflow) format
This commit is contained in:
6
.github/workflows/test-action.yml
vendored
6
.github/workflows/test-action.yml
vendored
@@ -19,9 +19,9 @@ jobs:
|
||||
run: yarn
|
||||
working-directory: ./example
|
||||
- name: install Rust stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: install tauri bundler
|
||||
run: cargo install tauri-bundler --force
|
||||
- name: install webkit2gtk (ubuntu only)
|
||||
|
||||
Reference in New Issue
Block a user