mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +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 }}
|
||||
run: |
|
||||
sh <(curl https://tea.xyz) --yes
|
||||
sh <(curl https://tea.xyz) +nodejs.org +pnpm.io +rust-lang.org
|
||||
sh <(curl https://tea.xyz) pnpm install
|
||||
sh <(curl https://tea.xyz) pnpm build:gui
|
||||
tea +nodejs.org +pnpm.io +rust-lang.org
|
||||
tea pnpm install
|
||||
tea pnpm build:gui
|
||||
|
||||
- name: build tauri for Linux
|
||||
# uses: teaxyz/setup@v0
|
||||
|
|
Loading…
Reference in a new issue