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:
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'
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user