Skip to content

Commit

Permalink
update:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 23, 2025
1 parent bda22ad commit b689249
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ jobs:
make PLATFORM=mac FLAGS=InstallAll
make PLATFORM=mac FLAGS=CleanAll
- name: make release (srt bug on macos-arm64,not run)
if: matrix.os == 'macos-13'
run: |
# cd XEngine_Source
# make PLATFORM=mac RELEASE=1
# make PLATFORM=mac FLAGS=InstallAll
# make PLATFORM=mac FLAGS=CleanAll
cd XEngine_Source
make PLATFORM=mac RELEASE=1
make PLATFORM=mac FLAGS=InstallAll
make PLATFORM=mac FLAGS=CleanAll
- name: test
run: |
cd XEngine_Release
Expand Down

0 comments on commit b689249

Please sign in to comment.