Skip to content

Commit

Permalink
vulkan off
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed May 23, 2024
1 parent 3250ee7 commit 719d2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

env:
UseMultiToolTask: true
NCNN_CMAKE_OPTIONS: -DNCNN_BUILD_TESTS=ON -DNCNN_BUILD_TOOLS=OFF -DNCNN_BUILD_EXAMPLES=OFF -DNCNN_VULKAN=ON
NCNN_CMAKE_OPTIONS: -DNCNN_BUILD_TESTS=ON -DNCNN_BUILD_TOOLS=OFF -DNCNN_BUILD_EXAMPLES=OFF -DNCNN_VULKAN=OFF

steps:
- uses: actions/checkout@v4
Expand All @@ -62,5 +62,5 @@ jobs:
- name: arm64
run: |
mkdir build-arm64; cd build-arm64
cmake -T ClangCL -A arm64 ${{ env.NCNN_CMAKE_OPTIONS }} ..
cmake -T ClangCL -A arm64 ${{ env.NCNN_CMAKE_OPTIONS }} -DNCNN_GNU_INLINE_ASM=OFF ..
cmake --build . --config Release -j 4

0 comments on commit 719d2d6

Please sign in to comment.