mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
fix install
This commit is contained in:
parent
37bc064763
commit
faf75c91da
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -64,8 +64,7 @@ jobs:
|
|||
aws s3 sync ./packages/gui/build \
|
||||
"s3://preview.gui.tea.xyz/$prefix"
|
||||
- name: Install package
|
||||
run: |
|
||||
sudo apt-get -y jq coreutils
|
||||
run: sudo apt-get install -y jq coreutils
|
||||
- name: setup preview
|
||||
id: preview_setup
|
||||
run: .github/create-invalidate-preview.sh ${{ needs.changes.outputs.preview_folder }}
|
||||
|
|
Loading…
Reference in a new issue