Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Sir-Thom <[email protected]>
  • Loading branch information
Sir-Thom authored Dec 29, 2023
1 parent d0ed417 commit 1dcbe65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev libglib2.0-dev
- name: Check glib-2.0 installation
if: matrix.platform == 'ubuntu-20.04'
# You can remove libayatana-appindicator3-dev if you don't use the system tray feature.
run: dpkg -l libglib2.0-dev


- name: Rust setup
Expand Down

0 comments on commit 1dcbe65

Please sign in to comment.