Skip to content

Commit

Permalink
Fix stdin unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-zip committed Oct 21, 2023
1 parent 888f784 commit 9f9d17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maid_visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
sudo apt install aptitude
sudo apt update
sudo aptitude install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
sudo aptitude install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev -y
- name: Test Depedencies
run: curl --version
- name: Build
Expand Down

0 comments on commit 9f9d17e

Please sign in to comment.