Skip to content

Commit f96b7bf

Browse files
committed
quote ws
1 parent 5f976a7 commit f96b7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencvsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
fi
163163
164164
elif [[ "${{ matrix.os }}" =~ ^alpine ]]; then
165-
EXTRA_FLAGS+=" -DCMAKE_SHARED_LINKER_FLAGS=\"-static-libstdc++ -static-libgcc\""
165+
EXTRA_FLAGS+=" -DCMAKE_SHARED_LINKER_FLAGS=\"-static-libstdc++\ -static-libgcc\""
166166
167167
elif [[ ${{ matrix.os }} == "android" ]]; then
168168
OpenCV_DIR="${{ github.workspace }}/opencv/sdk/native/jni"

0 commit comments

Comments
 (0)