Explorar el Código

ci: install libglib2.0-dev on Blacksmith Linux runners to fix missing glib-2.0 system library error

Dax Raad hace 2 meses
padre
commit
639320b3e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -132,7 +132,7 @@ jobs:
         if: startsWith(matrix.settings.host, 'ubuntu')
         if: startsWith(matrix.settings.host, 'ubuntu')
         run: |
         run: |
           sudo apt-get update
           sudo apt-get update
-          sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
+          sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libglib2.0-dev
 
 
       - name: install Rust stable
       - name: install Rust stable
         uses: dtolnay/rust-toolchain@stable
         uses: dtolnay/rust-toolchain@stable