aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/push-test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/push-test.yml')
-rw-r--r--.github/workflows/push-test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml
index 0f496de7..ae0eb662 100644
--- a/.github/workflows/push-test.yml
+++ b/.github/workflows/push-test.yml
@@ -49,7 +49,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
- sudo apt-get install libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
+ sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Create dist folder (Ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
run: mkdir --parent src-vue/dist
@@ -70,7 +70,7 @@ jobs:
- name: install dependencies (ubuntu only)
run: |
sudo apt-get update
- sudo apt-get install libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
+ sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Move original TypeScript bindings
run: |
@@ -112,7 +112,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
- sudo apt-get install libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
+ sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Disable self-updater
shell: bash
run: |