Skip to content

Commit

Permalink
26100
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Dec 6, 2024
1 parent cb809ea commit cfde7b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup Windows 10 SDK
uses: GuillaumeFalourd/[email protected]
with:
sdk-version: 20348
sdk-version: 26100

- name: Bootstrap MaaDeps
env:
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Build MAA
run: |
cmake --preset "${{ matrix.arch == 'x86_64' && 'MSVC 2022' || 'MSVC 2022 ARM' }}" -DCMAKE_SYSTEM_VERSION="10.0.20348.0" -DMAADEPS_TRIPLET="maa-${{ matrix.arch == 'x86_64' && 'x64' || 'arm64' }}-windows" -DMAA_HASH_VERSION='${{ needs.meta.outputs.tag }}' -DBUILD_NODEJS_BINDING=ON
cmake --preset "${{ matrix.arch == 'x86_64' && 'MSVC 2022' || 'MSVC 2022 ARM' }}" -DCMAKE_SYSTEM_VERSION="10.0.26100.0" -DMAADEPS_TRIPLET="maa-${{ matrix.arch == 'x86_64' && 'x64' || 'arm64' }}-windows" -DMAA_HASH_VERSION='${{ needs.meta.outputs.tag }}' -DBUILD_NODEJS_BINDING=ON
cmake --build build --preset "${{ matrix.arch == 'x86_64' && 'MSVC 2022' || 'MSVC 2022 ARM' }} - Release" -j 16
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Setup Windows 10 SDK
uses: GuillaumeFalourd/[email protected]
with:
sdk-version: 20348
sdk-version: 26100

- name: Bootstrap MaaDeps
env:
Expand All @@ -157,7 +157,7 @@ jobs:
- name: Build MAA
run: |
cmake --preset 'MSVC 2022' -DCMAKE_SYSTEM_VERSION="10.0.20348.0" -DWITH_WIN32_CONTROLLER=OFF -DMAADEPS_TRIPLET="maa-x64-windows" -DMAA_HASH_VERSION='${{ needs.meta.outputs.tag }}-dbg'
cmake --preset 'MSVC 2022' -DCMAKE_SYSTEM_VERSION="10.0.26100.0" -DMAADEPS_TRIPLET="maa-x64-windows" -DMAA_HASH_VERSION='${{ needs.meta.outputs.tag }}-dbg'
cmake --build build --preset 'MSVC 2022 - Debug' -j 16 --config Debug
Expand Down

0 comments on commit cfde7b4

Please sign in to comment.