Skip to content

Commit 286d0b8

Browse files
committed
try avoid escape
1 parent 2f83828 commit 286d0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/opencv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
OPENCV_VERSION: 4.11.0
1111
OPENCV_CMAKE_ARGS: >-
1212
-D CMAKE_BUILD_TYPE=RELEASE
13-
-D OPENCV_EXTRA_MODULES_PATH=./opencv_contrib/modules
14-
-D CMAKE_INSTALL_PREFIX=./opencv/build/install
13+
-D OPENCV_EXTRA_MODULES_PATH="${{ github.workspace }}/opencv_contrib/modules"
14+
-D CMAKE_INSTALL_PREFIX="${{ github.workspace }}/opencv/build/install"
1515
-D BUILD_LIST=core,imgproc,imgcodecs
1616
-D BUILD_PNG=ON
1717
-D BUILD_TIFF=ON

0 commit comments

Comments
 (0)