Skip to content

Commit

Permalink
fix glib-genmarshal...now?
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45423 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Dec 24, 2024
1 parent 6f550e6 commit 223c7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
shell: bash
run: |
sudo apt update
sudo apt-get -y install autoconf automake build-essential byacc flex xa65 dos2unix libpcap-dev libcurl4-openssl-dev libgio-2.0-dev-bin
sudo apt-get -y install autoconf automake build-essential byacc flex xa65 dos2unix libpcap-dev libcurl4-openssl-dev libgio-2.0-dev
- name: Build
id: build
Expand Down
1 change: 1 addition & 0 deletions vice/doc/Release-Howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ while at it, also check the following:

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

$ git pull
$ git tag $RELEASE
$ git push origin $RELEASE

Expand Down

0 comments on commit 223c7e8

Please sign in to comment.