We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b21474 commit ba19e27Copy full SHA for ba19e27
1 file changed
.github/workflows/sdk-build-validation.yml
@@ -169,6 +169,9 @@ jobs:
169
run: |
170
sudo apt-get update
171
sudo apt-get install -y build-essential cmake libcurl4-openssl-dev nlohmann-json3-dev libgtest-dev
172
+ git clone --depth 1 --branch 1.10.5 https://github.com/libcpr/cpr.git /tmp/cpr
173
+ cmake -S /tmp/cpr -B /tmp/cpr/build -DCPR_BUILD_TESTS=OFF -DCPR_USE_SYSTEM_CURL=ON -DCMAKE_INSTALL_PREFIX=/usr/local
174
+ sudo cmake --build /tmp/cpr/build --target install -j$(nproc)
175
176
- name: Build SDK
177
working-directory: examples/${{ matrix.sdk }}
0 commit comments