1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

Update tauri.yml

This commit is contained in:
Puyodead1 2023-09-15 13:32:27 -04:00
parent fd4cf2c846
commit ad3a6089fb
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE

View File

@ -15,14 +15,14 @@ jobs:
if: github.ref == 'refs/heads/dev/tauri' if: github.ref == 'refs/heads/dev/tauri'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 19 node-version: 19
cache: "pnpm" cache: "pnpm"
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Rust stable - name: Install Rust stable
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
- name: Install Dependencies (Ubuntu only) - name: Install Dependencies (Ubuntu only)