Skip to content

Commit

Permalink
Add missing lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Feb 24, 2025
1 parent 7a8c3db commit 1f96c7c
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 @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies Ubuntu
run: >
sudo apt-get update && sudo apt-get install catch2 nlohmann-json3-dev libeigen3-dev libccp4-dev libclipper-dev libgsl-dev
sudo apt-get update && sudo apt-get install catch2 nlohmann-json3-dev libeigen3-dev libccp4-dev libclipper-dev libgsl-dev libnewuoa-dev
- name: Configure CMake
run: >
Expand Down

0 comments on commit 1f96c7c

Please sign in to comment.