Skip to content

Commit

Permalink
add more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 5, 2023
1 parent 7086217 commit db874da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install additional dependencies (ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Install additional dependencies (macos)
if: matrix.platform == 'macos-latest'
run: |
brew install curl
- name: Install cmake
run: |
python -m pip install cmake
Expand Down

0 comments on commit db874da

Please sign in to comment.