diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 1cf1cce..883d200 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -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