We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938f65d commit 8f1fbd6Copy full SHA for 8f1fbd6
.github/workflows/cmake-single-platform.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Install Boost
21
- run: sudo apt-get update && sudo apt-get install -y libboost-all-dev
+ run: sudo apt-get update && sudo apt-get install -y libboost-all-dev libapr1-dev libaprutil1-dev libtinyxml2-dev libsqlite3-dev libasio-dev
22
23
- name: Configure CMake
24
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
0 commit comments