Skip to content

Commit 7990a0b

Browse files
committed
dont set output folder and put pipeline on one line
1 parent 9e6a493 commit 7990a0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
6767
refreshenv
6868
conan profile detect
69-
conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
69+
conan install . --build=missing -o "&:shared=False"
7070
cmake . --preset conan-default -DVIAMCPPSDK_BUILD_EXAMPLES=ON
7171
cmake --build --preset=conan-release --target ALL_BUILD install -j 8
7272
env:
@@ -79,5 +79,4 @@ jobs:
7979
tree build
8080
cd build/install/bin
8181
ls
82-
Start-Job -ScriptBlock { ./simple_module asdf | Select-String -Pattern "Module listening on" } \
83-
| Wait-Job -Timeout 2 | Receive-Job
82+
Start-Job -ScriptBlock { ./simple_module asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job

0 commit comments

Comments
 (0)