Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 10, 2023
1 parent 2e5e4d8 commit bb8f10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ jobs:
run: ${{ matrix.setup-toolchain-cmd }}

- name: build-disable-thread
if: matrix.single-core == true
if: matrix.single-core
run: |
cd ${{ env.SOURCE_DIR }}
patch -p1 -i ../patches/opencv-4.8.1-no-atomic.patch
Expand All @@ -1097,7 +1097,7 @@ jobs:
cmake --build . --target install
- name: build-enable-thread
if: matrix.single-core == false
if: !matrix.single-core
run: |
cd ${{ env.SOURCE_DIR }}
mkdir build && cd build
Expand Down

0 comments on commit bb8f10a

Please sign in to comment.