Skip to content

Commit 31ce334

Browse files
committed
Test github actions [DEPLOYMENT]
1 parent 79b1e9c commit 31ce334

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Ubuntu packages
5555
run: |
5656
sudo apt-get -y -yq update || true
57-
sudo apt-get -y -yq --no-install-suggests --no-install-recommends install alien bash binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 bison build-essential bzip2 coreutils curl deborphan dpkg fakeroot file g++ gawk gcc gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 git libc6-dev libc-bin libcurl4-openssl-dev libgtk-3-dev libreadline6-dev libsdl2-dev lsb-release make sed tar util-linux vim-common wget zip
57+
sudo apt-get -y -yq --no-install-suggests --no-install-recommends install alien bash binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 bison build-essential bzip2 coreutils curl deborphan dpkg fakeroot file g++ gawk gcc gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 git libc6-dev libc-bin libcurl4-openssl-dev libgtk-3-dev libreadline6-dev libsdl2-dev lsb-release make sed tar util-linux vim-common wget zip nsis
5858
5959
- name: List of all installed packages
6060
run: dpkg -l | cat || true
@@ -166,8 +166,8 @@ jobs:
166166
run: |
167167
rm -f build/bin/*.dll
168168
cp README.md LICENSE AUTHORS `x86_64-w64-mingw32-sdl2-config --prefix`/bin/*.dll build/bin/
169-
build/nsi-build-native.sh win64 `build/system-config win64 sdl2 dll` || true
170-
cp build/bin/install-xemu-win64.exe . || true
169+
build/nsi-build-native.sh win64 `build/system-config win64 sdl2 dll`
170+
cp build/bin/install-xemu-win64.exe .
171171
172172
- name: Building ZIP archive (Windows, 32 bit)
173173
if: env.should_deploy == 'true'
@@ -182,8 +182,8 @@ jobs:
182182
run: |
183183
rm -f build/bin/*.dll
184184
cp README.md LICENSE AUTHORS `i686-w64-mingw32-sdl2-config --prefix`/bin/*.dll build/bin/
185-
build/nsi-build-native.sh win32 `build/system-config win32 sdl2 dll` || true
186-
cp build/bin/install-xemu-win32.exe . || true
185+
build/nsi-build-native.sh win32 `build/system-config win32 sdl2 dll`
186+
cp build/bin/install-xemu-win32.exe .
187187
188188
- name: Pre-deployment (Windows)
189189
if: env.should_deploy == 'true'

0 commit comments

Comments
 (0)