Skip to content

Commit

Permalink
System dependencies for sonarsource
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Sep 30, 2024
1 parent 3083325 commit 5aa3aff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sonarsource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get install bison ccache flex lcov libfl-dev \
python3-dev python3-pip
python3-dev python3-pip libfmt-dev libspdlog-dev catch2
shell: bash
- name: Set up Python3
uses: actions/setup-python@v5
Expand All @@ -42,6 +42,9 @@ jobs:
mkdir build
cmake -S . -B build \
-DPYTHON_EXECUTABLE=$(which python3) \
-DNMODL_3RDPARTY_USE_SPDLOG=Off \
-DNMODL_3RDPARTY_USE_FMT=Off \
-DNMODL_3RDPARTY_USE_CATCH2=Off \
-DCMAKE_BUILD_TYPE=Release
- name: Run build-wrapper
Expand Down

0 comments on commit 5aa3aff

Please sign in to comment.