Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversebitree committed Feb 13, 2024
1 parent dccbfd3 commit f800e97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Update pip
run: |
python -m ensurepip --upgrade
- name: Configure CMake
working-directory: ${{ github.workspace }}
run: |
Expand Down

0 comments on commit f800e97

Please sign in to comment.