Skip to content

Commit 223c7e8

Browse files
committed
fix glib-genmarshal...now?
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45423 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent 6f550e6 commit 223c7e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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 libgio-2.0-dev-bin
57+
sudo apt-get -y install autoconf automake build-essential byacc flex xa65 dos2unix libpcap-dev libcurl4-openssl-dev libgio-2.0-dev
5858
5959
- name: Build
6060
id: build

vice/doc/Release-Howto.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ while at it, also check the following:
147147

148148
Now fix your stuff, commit to svn, and if you are ready push the tag again:
149149

150+
$ git pull
150151
$ git tag $RELEASE
151152
$ git push origin $RELEASE
152153

0 commit comments

Comments
 (0)