Skip to content

Commit

Permalink
git workflow: Simplify installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Jul 26, 2020
1 parent 454b368 commit ba48ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: dependencies
run: |
sudo apt update
sudo apt install libgtkmm-3.0-dev
sudo apt install libwebkit2gtk-4.0-dev
sudo apt -y install libgtkmm-3.0-dev libwebkit2gtk-4.0-dev
- name: configure
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: dependencies
run: |
sudo apt update
sudo apt install libgtkmm-3.0-dev
sudo apt install libwebkit2gtk-4.0-dev
sudo apt -y install libgtkmm-3.0-dev libwebkit2gtk-4.0-dev
- name: configure
run: mkdir -p build/release
Expand Down

0 comments on commit ba48ff8

Please sign in to comment.