Skip to content

Commit

Permalink
Fix auto building
Browse files Browse the repository at this point in the history
please
  • Loading branch information
DerCommander323 authored Aug 10, 2023
1 parent b0526b6 commit b490c43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
node-version: 16
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |
Expand Down

0 comments on commit b490c43

Please sign in to comment.