Skip to content

Commit 067bc1f

Browse files
committed
testing
1 parent 66d2fad commit 067bc1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
timeout-minutes: 5
9696
working-directory: ice-demos/cpp
9797
run:
98-
find . -name CMakeLists.txt -execdir cmake -B build -S . \; -execdir cmake --build build --config Release \;
98+
find . -name CMakeLists.txt -execdir cmake -B build -S . \;
99+
find . -name CMakeLists.txt -execdir cmake --build build --config Release \;
99100

100101
- name: Build C# Demos on ${{ matrix.os }}
101102
timeout-minutes: 20

0 commit comments

Comments
 (0)