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 0133b40 commit 2bef340Copy full SHA for 2bef340
.github/workflows/cmake.yml
@@ -24,10 +24,7 @@ jobs:
24
25
- name: Install boost
26
# Required dependency to build the tests.
27
- run:
28
- - wget https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.gz -O boost_1_71_0.tar.gz
29
- - tar xzf boost_1_71_0.tar.gz
30
- - rm boost_1_71_0.tar.gz
+ run: wget https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.gz -O boost_1_71_0.tar.gz && tar xzf boost_1_71_0.tar.gz && rm boost_1_71_0.tar.gz
31
32
- name: Create Build Environment
33
# Some projects don't allow in-source building, so create a separate build directory
0 commit comments