Skip to content

Commit

Permalink
Remove build-windows-arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Jan 20, 2025
1 parent a897d4e commit bc888f9
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,26 +119,3 @@ jobs:
- name: Build
run: cmake --build build --config Release



build-windows-arm32:
runs-on: windows-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Setup MSVC Developer Command Prompt
uses: TheMrMilchmann/[email protected]
with:
arch: amd64_arm

- name: Install dependencies
run: |
choco install cmake --force
- name: CMake Configure & Generate
run: cmake -S . -B build -DBUILD_EXAMPLE:BOOL="1" -DBUILD_BENCHMARK:BOOL="1" -DUSE_OPENMP:BOOL="1" -A ARM

- name: Build
run: cmake --build build --config Release

0 comments on commit bc888f9

Please sign in to comment.