Skip to content

Commit

Permalink
add -v
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangff committed May 30, 2024
1 parent db89dd2 commit 7e3648a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
actions-cache-key: 'linux-test'
- name: Build
run: |
xmake f -y --ue4ssUI=TUI --ue4ssInput=y --ue4ssIsBeta=y --zig=y -m "Game__Shipping__Linux"
xmake f -y --ue4ssUI=TUI --ue4ssInput=y --ue4ssIsBeta=y --zig=y -v -m "Game__Shipping__Linux"
XMAKE_COLORTERM=nocolor xmake build -v -D > build.log
- name: Stripping
run: |
Expand Down

0 comments on commit 7e3648a

Please sign in to comment.