github, take 2

This commit is contained in:
Maarten L. Hekkelman
2026-04-13 13:29:32 +02:00
parent 1aa2b2cb9c
commit 35e56ce146

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install Catch2 Ubuntu
if: matrix.os == 'ubuntu-latest'
run: >
sudo apt-get update && sudo apt-get install catch2 libpython3-all-dev libboost-all-dev
sudo apt-get update && sudo apt-get install catch2 libpython3-all-dev
- name: setup python
uses: actions/setup-python@v6
@@ -60,6 +60,8 @@ jobs:
if: matrix.os == 'windows-latest'
uses: MarkusJx/install-boost@v2
id: install-boost
with:
boost_version: 1.86.0
- name: Configure CMake
run: >