Skip to content

Commit

Permalink
Make sure pyhton3 is available
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Oct 3, 2023
1 parent 7bab90a commit a5fb17b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vcpkg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- { os: macos-latest, triplet: x64-osx }

steps:
- name: install python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Clone repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a5fb17b

Please sign in to comment.