Skip to content

Commit 6f550e6

Browse files
committed
fix glib-genmarshal not found hopefully :)
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45422 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent 9dd97ff commit 6f550e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
shell: bash
5555
run: |
5656
sudo apt update
57-
sudo apt-get -y install autoconf automake build-essential byacc flex xa65 dos2unix libpcap-dev libcurl4-openssl-dev
57+
sudo apt-get -y install autoconf automake build-essential byacc flex xa65 dos2unix libpcap-dev libcurl4-openssl-dev libgio-2.0-dev-bin
5858
5959
- name: Build
6060
id: build

0 commit comments

Comments
 (0)