Skip to content

Commit

Permalink
Fix workflow vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Dec 6, 2023
1 parent f4e16c4 commit bbfc2ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- uses: lukka/get-cmake@latest
name: Get CMake

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.11
if: ${{ matrix.platform == 'macos' }}
uses: actions/setup-python@v4
with:
python-version: '3.11'
Expand Down

0 comments on commit bbfc2ba

Please sign in to comment.