Skip to content

Commit c40407a

Browse files
committed
typo fix
1 parent 394f3cc commit c40407a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
mkdir b2-tmp
213213
echo "[requires]\nb2/5.3.2\n" > b2-tmp/conanfile.txt
214-
cat conanfile.txt
214+
cat b2-tmp/conanfile.txt
215215
conan install b2-tmp --build=b2/5.3.2 -s compiler.cppstd=14 -s:a compiler.cppstd=14
216216
rm -r b2-tmp
217217

0 commit comments

Comments
 (0)