mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
install jq
This commit is contained in:
parent
92fcc4ca9c
commit
37bc064763
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -63,7 +63,9 @@ jobs:
|
|||
run: |
|
||||
aws s3 sync ./packages/gui/build \
|
||||
"s3://preview.gui.tea.xyz/$prefix"
|
||||
|
||||
- name: Install package
|
||||
run: |
|
||||
sudo apt-get -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