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:
parent
fd4cf2c846
commit
ad3a6089fb
6
.github/workflows/tauri.yml
vendored
6
.github/workflows/tauri.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user