Skip to content

Commit cf6a8f4

Browse files
committed
Address comments from Kou
1 parent fbdcc6e commit cf6a8f4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/cpp_odbc.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ jobs:
8181
- name: Download Timezone Database
8282
shell: bash
8383
run: ci/scripts/download_tz_database.sh
84-
- name: Install msys2 (for tzdata for ORC tests)
85-
uses: msys2/setup-msys2@v2
86-
id: setup-msys2
8784
- name: Install cmake
8885
shell: bash
8986
run: |
@@ -108,7 +105,7 @@ jobs:
108105
key: cpp-odbc-ccache-windows-x64-${{ hashFiles('cpp/**') }}
109106
restore-keys: cpp-odbc-ccache-windows-x64-
110107
- name: Checkout vcpkg
111-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
108+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
112109
with:
113110
fetch-depth: 0
114111
path: vcpkg
@@ -153,8 +150,6 @@ jobs:
153150
# run: |
154151
# set VCPKG_ROOT_KEEP=%VCPKG_ROOT%
155152
# call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
156-
# # For ORC
157-
# set TZDIR=${{ steps.setup-msys2.outputs.msys2-location }}\usr\share\zoneinfo
158153

159154
# # Convert VCPKG Windows path to MSYS path
160155
# for /f "usebackq delims=" %%I in (`bash -c "cygpath -u \"$VCPKG_ROOT_KEEP\""` ) do set VCPKG_ROOT=%%I

0 commit comments

Comments
 (0)