Skip to content

Commit

Permalink
Add CMake to getting started tests for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
littleK0i committed Oct 10, 2023
1 parent 08c9b11 commit b42f504
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/getting_started.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2

- name: Setup CMake
uses: lukka/get-cmake@latest

- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit b42f504

Please sign in to comment.