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:
8
.github/workflows/test-action.yml
vendored
8
.github/workflows/test-action.yml
vendored
@@ -25,10 +25,10 @@ jobs:
|
||||
- name: install tauri bundler
|
||||
run: cargo install tauri-bundler --force
|
||||
- name: install webkit2gtk (ubuntu only)
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y webkit2gtk-4.0
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y webkit2gtk-4.0
|
||||
- uses: ./
|
||||
with:
|
||||
projectPath: ./example
|
||||
|
||||
Reference in New Issue
Block a user