Skip to content

Commit ec65909

Browse files
authored
CI: fix Linux build (#575)
Force the use of the installed cmake and ninja
1 parent c843ab5 commit ec65909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Compile native ParquetSharp library (Linux)
135135
if: runner.os == 'Linux'
136136
run: |
137-
docker exec -w $PWD -e GITHUB_ACTIONS -e VCPKG_INSTALLATION_ROOT centos \
137+
docker exec -w $PWD -e GITHUB_ACTIONS -e VCPKG_INSTALLATION_ROOT -e VCPKG_FORCE_SYSTEM_BINARIES=1 centos \
138138
scl enable devtoolset-10 rh-git227 httpd24 -- \
139139
sh -c 'PATH=$(uv tool dir --bin):$PATH ./build_unix.sh'
140140
- name: Compile native ParquetSharp library (macOS)

0 commit comments

Comments
 (0)