Skip to content

Commit

Permalink
remove libzeep
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Feb 23, 2025
1 parent 42bb064 commit 49ae58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies Ubuntu
if: matrix.os == 'ubuntu-latest'
run: >
sudo apt-get update && sudo apt-get install catch2 nlohmann-json3-dev libeigen3-dev
sudo apt-get update && sudo apt-get install catch2 nlohmann-json3-dev libeigen3-dev libccp4-dev
# - name: Install Catch2 macOS
# if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 49ae58b

Please sign in to comment.