We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62bda4 commit 296e2f0Copy full SHA for 296e2f0
1 file changed
.github/workflows/build.yml
@@ -78,6 +78,8 @@ jobs:
78
uses: actions/checkout@v5
79
with:
80
fetch-depth: 0
81
+ - name: Install dependencies
82
+ run: sudo apt install -y libboost-all-dev libssl-dev libpq-dev
83
- name: Check compiler version, for debugging
84
run: |
85
g++ --version
0 commit comments