We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763bbe5 commit 6145edaCopy full SHA for 6145eda
.github/workflows/cpp_windows.yml
@@ -163,6 +163,8 @@ jobs:
163
# Convert VCPKG Windows path to MSYS path
164
for /f "usebackq delims=" %%I in (`bash -c "cygpath -u \"$VCPKG_ROOT_KEEP\""` ) do set VCPKG_ROOT=%%I
165
166
+ bash -c "ci/scripts/cpp_test.sh $(pwd) $(pwd)/build"
167
+
168
# Run ODBC test
169
${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\arrow-flight-sql-odbc-test.exe
170
0 commit comments