Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Aug 22, 2024
1 parent 6f5a3a2 commit 3fb77ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
sudo apt-get update
sudo apt upgrade -y
sudo apt-get install build-essential libarchive-tools -y
sudo apt-get install build-essential libwayland-dev libarchive-tools -y
- name: Get submodules
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +58,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Packages
run: sudo apt-get update && sudo apt upgrade -y && sudo apt-get install build-essential libgtk-3-dev pkg-config libgtkmm-3.0-dev -y
run: |
sudo apt-get update
sudo apt upgrade -y
sudo apt-get install build-essential libwayland-dev libgtk-3-dev pkg-config libgtkmm-3.0-dev libarchive-tools -y
- name: Get submodules
uses: actions/checkout@v4
Expand Down

0 comments on commit 3fb77ab

Please sign in to comment.