diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 457d5983..cd6a0736 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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