Skip to content

Commit

Permalink
try with llvm-toolset-7
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jan 23, 2024
1 parent 0a6d1e9 commit 1933d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1933d24

Please sign in to comment.