Skip to content

Commit 54780a4

Browse files
author
Kanchan Shukla
committed
test version
1 parent 956f370 commit 54780a4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/linux-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
VERSION=${TAG#v}
7575
echo "📦 Building version $VERSION"
7676
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-
8377
HEADER_VERSION=$(grep 'FULL_VERSION' cmake-out/google/cloud/odbc/internal/version.h | sed -E 's/.*"([^"]+)".*/\1/')
8478
echo "📦 Tag version: $VERSION"
8579
echo "📝 Header FULL_VERSION: $HEADER_VERSION"

0 commit comments

Comments
 (0)