Skip to content

Commit e7b6a5b

Browse files
committed
disable building 32bit binaries in make-release - just like it was before in build-main-on-push. if we want 32bit binaries to work, it should be fixed in both :)
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45429 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent fe40386 commit e7b6a5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: git config --global core.autocrlf input
4949

5050
- name: Checkout Source
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252

5353
- name: Install Dependencies
5454
shell: bash
@@ -170,14 +170,14 @@ jobs:
170170
matrix:
171171
arch:
172172
- { msystem: MINGW64, arch: x86_64, prefix: mingw64 }
173-
- { msystem: MINGW32, arch: i686, prefix: mingw32 }
173+
# - { msystem: MINGW32, arch: i686, prefix: mingw32 }
174174
ui: [ GTK3, SDL2 ]
175175
steps:
176176
- run: git config --global core.autocrlf input
177177
shell: bash
178178

179179
- name: Checkout Source
180-
uses: actions/checkout@v3
180+
uses: actions/checkout@v4
181181

182182
- name: Extract Github Actions Build Script
183183
shell: bash

0 commit comments

Comments
 (0)