summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-11 13:16:41 -0500
committerDax Raad <[email protected]>2025-12-11 13:16:44 -0500
commit639320b3e1aaae9d4e76a49f943c6b6039d04cc6 (patch)
tree1a760e9e6540d465beb18ef686255cdc38305e6a /.github
parent55ea20de84fa77be02b7f4f702372c959692ef98 (diff)
downloadopencode-639320b3e1aaae9d4e76a49f943c6b6039d04cc6.tar.gz
opencode-639320b3e1aaae9d4e76a49f943c6b6039d04cc6.zip
ci: install libglib2.0-dev on Blacksmith Linux runners to fix missing glib-2.0 system library error
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index aa5637a8d..294385a09 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -132,7 +132,7 @@ jobs:
if: startsWith(matrix.settings.host, 'ubuntu')
run: |
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
uses: dtolnay/rust-toolchain@stable