diff --git a/.github/workflows/python-proj-wheels.yml b/.github/workflows/python-proj-wheels.yml index 99b12f81d..e946b41e1 100644 --- a/.github/workflows/python-proj-wheels.yml +++ b/.github/workflows/python-proj-wheels.yml @@ -23,7 +23,7 @@ jobs: - name: Install vcpkg run: | git clone https://github.com/Microsoft/vcpkg.git - yum install perl-IPC-Cmd curl zip unzip tar clang -y + yum install perl-IPC-Cmd curl zip unzip tar llvm-toolset-7 -y ./vcpkg/bootstrap-vcpkg.sh - name: Install PROJ