We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956f370 commit 54780a4Copy full SHA for 54780a4
1 file changed
.github/workflows/linux-release.yml
@@ -74,12 +74,6 @@ jobs:
74
VERSION=${TAG#v}
75
echo "📦 Building version $VERSION"
76
77
- export VCPKG_ROOT="${{ runner.temp }}/vcpkg"
78
- export PATH="$VCPKG_ROOT:$PATH"
79
- export SKIP_TESTS=1
80
-
81
- bash ci/gha/builds/linux-cmake.sh
82
83
HEADER_VERSION=$(grep 'FULL_VERSION' cmake-out/google/cloud/odbc/internal/version.h | sed -E 's/.*"([^"]+)".*/\1/')
84
echo "📦 Tag version: $VERSION"
85
echo "📝 Header FULL_VERSION: $HEADER_VERSION"
0 commit comments