Skip to content

Commit

Permalink
use action to install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent 9d34846 commit e9b22f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: lukka/get-cmake@latest

- name: Install additional dependencies (ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Install cmake
run: |
python -m pip install cmake
- name: Cache Xerces-C Installation
id: cache-xerces
uses: actions/cache@v3
Expand Down

0 comments on commit e9b22f8

Please sign in to comment.