Skip to content

Commit 2bef340

Browse files
committed
Fixed Github Action Command
1 parent 0133b40 commit 2bef340

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424

2525
- name: Install boost
2626
# 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
27+
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
3128

3229
- name: Create Build Environment
3330
# Some projects don't allow in-source building, so create a separate build directory

0 commit comments

Comments
 (0)