mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
more explicit command
This commit is contained in:
parent
1f7d7f1c27
commit
40ac51e03b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -73,8 +73,9 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config libatomic1
|
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config libatomic1
|
||||||
sh <(curl https://tea.xyz) --yes
|
sh <(curl https://tea.xyz) --yes
|
||||||
tea +nodejs.org +pnpm.io +rust
|
sh <(curl https://tea.xyz) +nodejs.org +pnpm.io +rust
|
||||||
tea pnpm build:gui
|
sh <(curl https://tea.xyz) pnpm install
|
||||||
|
sh <(curl https://tea.xyz) pnpm build:gui
|
||||||
- uses: aws-actions/configure-aws-credentials@v1
|
- uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
|
Loading…
Reference in a new issue