Skip to content

Commit

Permalink
try with setup-cmake action
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Jul 30, 2023
1 parent 56df896 commit 5beba7e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ jobs:
echo CMAKE_GENERATOR="Ninja" >> $GITHUB_ENV
echo TEMP="D:/a/_temp/" >> $GITHUB_ENV
- if: startsWith(matrix.platform, 'ubuntu-')
run: |
apt-cache madison cmake
sudo apt-get install cmake=3.22.1-1ubuntu1.22.04.1
- uses: jwlawson/[email protected]
with:
cmake-version: '3.26.x'

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 5beba7e

Please sign in to comment.