Skip to content

Commit

Permalink
CI: bump to boost 1.84.0, enable ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
driver1998 committed Feb 13, 2024
1 parent cceee42 commit 7e75e81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
runs-on: windows-2022
env:
librime_build: 'submodule'
boost_version: 1.83.0
BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_83_0
boost_version: 1.84.0
BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_84_0
steps:
- name: Checkout last commit
uses: actions/checkout@v3
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
run: |
./build.bat data
./build.bat hant
./build.bat arm64
./build.bat installer
- name: Compress Debug Symbols
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: windows-2022
env:
librime_build: submodule
boost_version: 1.83.0
BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_83_0
boost_version: 1.84.0
BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_84_0
steps:
- name: Checkout last commit
uses: actions/checkout@v3
Expand Down Expand Up @@ -67,6 +67,7 @@ jobs:
run: |
./build.bat data
./build.bat hant
./build.bat arm64
./build.bat installer
- name: Compress Debug Symbols
Expand Down

0 comments on commit 7e75e81

Please sign in to comment.