Skip to content

Commit

Permalink
fix: Github runner not accepting prompts in ubuntu update (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusLevang authored Feb 14, 2024
1 parent 591b4d0 commit fea0a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Ubuntu; Install dependencies
if: ${{ matrix.linux }}
run: |
sudo apt-get update
sudo apt-get update -y
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install libssl-dev
sudo apt-get install -y libssl-dev
- name: Rust; Install Rust stable actions rust lang
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit fea0a57

Please sign in to comment.