Skip to content

Commit 296e2f0

Browse files
committed
fix build workflow, sonar scanning needed boost and ssl dependencies
1 parent d62bda4 commit 296e2f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
uses: actions/checkout@v5
7979
with:
8080
fetch-depth: 0
81+
- name: Install dependencies
82+
run: sudo apt install -y libboost-all-dev libssl-dev libpq-dev
8183
- name: Check compiler version, for debugging
8284
run: |
8385
g++ --version

0 commit comments

Comments
 (0)