Skip to content

Commit

Permalink
install ninja in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daveey committed Mar 21, 2024
1 parent 2e14981 commit e699266
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
run: |
/opt/python/$PYBIN/bin/pip install poetry cmake conan==1.59.0
# Install Ninja
- name: Install Ninja
run: sudo apt-get install -y ninja-build

# Configure conan for release build
- name: Build
run: |
Expand Down Expand Up @@ -152,7 +156,7 @@ jobs:
id: py
with:
python-version: ${{ matrix.windows_config.python-version }}

# Setup MSVC
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit e699266

Please sign in to comment.