File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments