From 7c7e724031e38f086e432b95411b93afd4dc9a29 Mon Sep 17 00:00:00 2001 From: 4o3F <4o3f@proton.me> Date: Mon, 7 Oct 2024 00:27:25 +0800 Subject: [PATCH] fix: fix windows build env --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21d9355..c4e0d17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,19 +28,13 @@ jobs: - 2024.07.12 linkage: - static - include: - - os-image: ubuntu-22.04 - opencv-version: 4.10.0 - linkage: static - - os-image: windows-2022 - opencv-version: vcpkg - linkage: static runs-on: ${{ matrix.os-image }} env: Atlas_ROOT_DIR: /usr/include/ # for cmake to find lapacke.h OPENCV_VERSION: ${{ matrix.opencv-version }} OPENCV_LINKAGE: ${{ matrix.linkage }} + VCPKG_VERSION: ${{ matrix.vcpkg-version }} steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable