mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
fix
This commit is contained in:
parent
f070e34731
commit
cd973923b0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -145,9 +145,9 @@ jobs:
|
||||||
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
sh <(curl https://tea.xyz) --yes
|
sh <(curl https://tea.xyz) --yes
|
||||||
sh <(curl https://tea.xyz) +nodejs.org +pnpm.io +rust-lang.org
|
tea +nodejs.org +pnpm.io +rust-lang.org
|
||||||
sh <(curl https://tea.xyz) pnpm install
|
tea pnpm install
|
||||||
sh <(curl https://tea.xyz) pnpm build:gui
|
tea pnpm build:gui
|
||||||
|
|
||||||
- name: build tauri for Linux
|
- name: build tauri for Linux
|
||||||
# uses: teaxyz/setup@v0
|
# uses: teaxyz/setup@v0
|
||||||
|
|
Loading…
Reference in a new issue