Skip to content

Commit

Permalink
Still fixing cmake in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Apr 14, 2024
1 parent 9d79757 commit 4bfc83d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,17 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Update cmake
if: matrix.os != 'macos-latest'
run: |
pip install cmake
cmake --version
- name: Setup environment
if: matrix.os == 'macos-latest'
run: |
brew update
brew upgrade cmake
- name: Installing codesign certificates
if: matrix.os == 'macos-latest'
uses: apple-actions/import-codesign-certs@v2
Expand Down

0 comments on commit 4bfc83d

Please sign in to comment.