Skip to content

Commit

Permalink
ci: Auto-accept installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Dec 23, 2024
1 parent a8f8b5e commit 8a62de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 8a62de5

Please sign in to comment.