Skip to content

Commit 34a1b82

Browse files
committed
Github CI: use silent mode for Wii U
It's not clear why it was turned on just for this target.
1 parent de280ca commit 34a1b82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/WiiU.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Compile Salamander
2626
run: |
2727
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) SALAMANDER_BUILD=1 clean
28-
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) SALAMANDER_BUILD=1 V=1
28+
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) SALAMANDER_BUILD=1
2929
3030
- name: Compile RA
3131
run: |
3232
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) clean
33-
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1 V=1
33+
make -f Makefile.wiiu -j$(getconf _NPROCESSORS_ONLN) HAVE_STATIC_DUMMY=1
3434
- name: Get short SHA
3535
id: slug
3636
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"

0 commit comments

Comments
 (0)