fix(workflow) format

This commit is contained in:
Lucas Nogueira
2020-07-07 21:09:21 -03:00
parent 58df80e804
commit 0bf2a5ee5e

View File

@@ -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