Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ui-convert-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Oct 7, 2024
2 parents dbfa733 + 29e5b82 commit 95dcf0a
Show file tree
Hide file tree
Showing 106 changed files with 5,366 additions and 626 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_quality_checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
settings:
- platform: windows-latest
args: '-- --profile release-lto'
- platform: macos-latest
args: '--target aarch64-apple-darwin -- --profile release-lto'

runs-on: ${{ matrix.settings.platform }}
steps:
Expand Down Expand Up @@ -92,7 +90,7 @@ jobs:
- name: vcpkg integrate
if: matrix.settings.platform == 'windows-latest'
working-directory: ./worker
working-directory: ./engine
run: |
vcpkg install libxml2 --triplet x64-windows-static
vcpkg integrate install
Expand Down
Loading

0 comments on commit 95dcf0a

Please sign in to comment.