Skip to content

Commit

Permalink
Update windows-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Dec 24, 2024
1 parent 66cd40e commit b0682c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
run: |
export PATH=/msvc/bin/arm64:$PATH
mkdir build && cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows -DNCNN_BUILD_TESTS=ON ..
cmake --build . --config Release -j $(nproc)
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_SYSTEM_NAME=Windows -DNCNN_BUILD_TESTS=ON ..
cmake --build . --config Debug -j $(nproc)
- name: test
run: |
cd build
Expand Down

0 comments on commit b0682c9

Please sign in to comment.