Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Feb 13, 2024
1 parent 58e5713 commit e093394
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
export EVISION_ENABLE_CONTRIB=false
export CMAKE_OPENCV_OPTIONS="-D WITH_FFMPEG=OFF"
if [ "${{ matrix.pair.arch }}" = "arm64" ]; then
export CMAKE_OPENCV_OPTIONS="${CMAKE_OPENCV_OPTIONS} -D WITH_IPP=OFF -D CMAKE_OSX_ARCHITECTURES=arm64"
export CMAKE_OPENCV_OPTIONS="${CMAKE_OPENCV_OPTIONS} -D WITH_IPP=OFF -D ENABLE_NEON=OFF -D CMAKE_OSX_ARCHITECTURES=arm64"
export CMAKE_EVISION_OPTIONS="-D CMAKE_OSX_ARCHITECTURES=arm64"
fi
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/windows-precompile-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,17 @@ jobs:
arch: x64
vsversion: "2019"

- uses: cocoa-xu/[email protected]
if: ${{ matrix.cudnn }} == "8.7.0"
- name: Install CUDA with cuDNN 8.7.0
uses: cocoa-xu/[email protected]
if: ${{ matrix.cudnn }} == '8.7.0'
with:
cuda: ${{ matrix.cuda_ver }}
cudnn: ${{ matrix.cudnn }}
cudnn_url: ${{ secrets.CUDA_V870_WINDOWS_X86_64_CUDA11 }}

- uses: cocoa-xu/[email protected]
if: ${{ matrix.cudnn }} == "8.9.0"
- name: Install CUDA with cuDNN 8.9.0
uses: cocoa-xu/[email protected]
if: ${{ matrix.cudnn }} == '8.9.0'
with:
cuda: ${{ matrix.cuda_ver }}
cudnn: ${{ matrix.cudnn }}
Expand Down

0 comments on commit e093394

Please sign in to comment.