mirror of
https://github.com/PDB-REDO/dssp.git
synced 2026-06-04 13:44:21 +08:00
github, take 2
This commit is contained in:
4
.github/workflows/cmake-multi-platform.yml
vendored
4
.github/workflows/cmake-multi-platform.yml
vendored
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user