1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-21 18:02:32 +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'
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 19
cache: "pnpm"
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: Install Dependencies (Ubuntu only)