Skip to content

Commit a424680

Browse files
committed
b
1 parent 6cd4b21 commit a424680

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,13 +1943,13 @@ jobs:
19431943
- uses: actions/download-artifact@v4
19441944
with:
19451945
name: opencv-mobile-4.11.0-source
1946+
- name: setup-toolchain
1947+
run: ${{ matrix.setup-toolchain-cmd }}
19461948
- name: setup-opencv-source
19471949
run: |
19481950
unzip -q opencv-mobile-4.11.0.zip
19491951
echo "SOURCE_DIR=opencv-mobile-4.11.0" >> $GITHUB_ENV
19501952
echo "PACKAGE_NAME=opencv-mobile-4.11.0-${{ matrix.name }}" >> $GITHUB_ENV
1951-
- name: setup-toolchain
1952-
run: ${{ matrix.setup-toolchain-cmd }}
19531953
19541954
- name: build-disable-thread
19551955
if: ${{ matrix.single-core }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,13 @@ jobs:
324324
- uses: actions/download-artifact@v4
325325
with:
326326
name: opencv-mobile-4.11.0-source
327+
- name: setup-toolchain
328+
run: ${{ matrix.setup-toolchain-cmd }}
327329
- name: setup-opencv-source
328330
run: |
329331
unzip -q opencv-mobile-4.11.0.zip
330332
echo "SOURCE_DIR=opencv-mobile-4.11.0" >> $GITHUB_ENV
331333
echo "PACKAGE_NAME=opencv-mobile-4.11.0-${{ matrix.name }}" >> $GITHUB_ENV
332-
- name: setup-toolchain
333-
run: ${{ matrix.setup-toolchain-cmd }}
334334
335335
- name: build-disable-thread
336336
if: ${{ matrix.single-core }}

0 commit comments

Comments
 (0)