Skip to content

Commit

Permalink
Added vcpkg installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
integraledelebesgue committed Oct 3, 2024
1 parent d97b707 commit 21bd9e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest, windows-latest, macos-14, macos-15]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Install vcpkg
uses: lukka/run-vcpkg@v11.5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2

Expand Down

0 comments on commit 21bd9e7

Please sign in to comment.