Skip to content

Commit

Permalink
ci: update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supersunho committed Jan 24, 2025
1 parent b1d17e9 commit 335b659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ jobs:
run: |
if [ "${{ matrix.arch }}" == "aarch64-linux-gnu" ]; then
xmake f -y --ue4ssUI=TUI --ue4ssInput=y --ue4ssIsBeta=y --zig=y -m "Game__Shipping__Linux" -vD --clean --toolchain=zigcross --ccache=y --policies=build.ccache:y -a arm64 --cross=aarch64-linux-gnu- --bin=/usr/bin --root
xmake build -v -D --root
xmake clean && xmake build -v -D --root
else
xmake f -y --ue4ssUI=TUI --ue4ssInput=y --ue4ssIsBeta=y --zig=y -m "Game__Shipping__Linux" -vD --clean --toolchain=zigcross --ccache=y --policies=build.ccache:y
xmake build -v -D
xmake clean && xmake build -v -D
fi
- name: Stripping
Expand Down

0 comments on commit 335b659

Please sign in to comment.