Skip to content

Commit c05b987

Browse files
committed
Okay? So ls && helps somehow
1 parent ed73003 commit c05b987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
run: msys2do ln -s /mingw32/lib/binutils/libiberty.a /mingw32/lib/libiberty.a
2929
- name: Workaround
3030
shell: cmd
31-
run: msys2do bash -c "ls && cd build/3.0/gmake && ls -la && sed 's!\$(LDFLAGS) \$(RESOURCES) \$(ARCH) \$(LIBS)!\$(LIBS) \$(LDFLAGS) \$(RESOURCES) \$(ARCH)!g' *.make -i"
31+
run: msys2do bash -c "ls && cd build/3.0/gmake && sed 's!\$(LDFLAGS) \$(RESOURCES) \$(ARCH) \$(LIBS)!\$(LIBS) \$(LDFLAGS) \$(RESOURCES) \$(ARCH)!g' *.make -i"
3232
- name: Add -lz
3333
shell: cmd
3434
run: msys2do bash -c "ls && cd build/3.0/gmake && sed 's!-lbfd!-lbfd -lz!g' *.make -i"
3535
- name: Build
3636
shell: cmd
37-
run: msys2do bash -c "cd build/3.0/gmake && make config=release"
37+
run: msys2do bash -c "ls && cd build/3.0/gmake && make config=release"
3838
- name: Package
3939
run: 7z a -r wxFormBuilder_win32.zip %cd%\output\*.* C:\msys64\mingw32\bin\libgcc*.dll C:\msys64\mingw32\bin\libstdc++*.dll C:\msys64\mingw32\bin\libwinpthread*.dll C:\msys64\mingw32\bin\libintl*.dll C:\msys64\mingw32\bin\libiconv*.dll C:\msys64\mingw32\bin\wx*.dll C:\msys64\mingw32\bin\libexpat*.dll C:\msys64\mingw32\bin\libjpeg*.dll C:\msys64\mingw32\bin\libpng*.dll C:\msys64\mingw32\bin\libtiff*.dll C:\msys64\mingw32\bin\zlib*.dll C:\msys64\mingw32\bin\libzstd*.dll C:\msys64\mingw32\bin\liblzma*.dll
4040
- name: Install InnoSetup

0 commit comments

Comments
 (0)