Skip to content

Commit 5a3752e

Browse files
committed
change echo statement
1 parent c40407a commit 5a3752e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ jobs:
210210
conan profile detect
211211
212212
mkdir b2-tmp
213-
echo "[requires]\nb2/5.3.2\n" > b2-tmp/conanfile.txt
213+
echo '[requires]
214+
b2/5.3.2
215+
' > b2-tmp/conanfile.txt
214216
cat b2-tmp/conanfile.txt
215217
conan install b2-tmp --build=b2/5.3.2 -s compiler.cppstd=14 -s:a compiler.cppstd=14
216218
rm -r b2-tmp

0 commit comments

Comments
 (0)