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 66d2fad commit 067bc1fCopy full SHA for 067bc1f
.github/workflows/ci.yml
@@ -95,7 +95,8 @@ jobs:
95
timeout-minutes: 5
96
working-directory: ice-demos/cpp
97
run:
98
- find . -name CMakeLists.txt -execdir cmake -B build -S . \; -execdir cmake --build build --config Release \;
+ find . -name CMakeLists.txt -execdir cmake -B build -S . \;
99
+ find . -name CMakeLists.txt -execdir cmake --build build --config Release \;
100
101
- name: Build C# Demos on ${{ matrix.os }}
102
timeout-minutes: 20
0 commit comments