Skip to content

Commit c36f375

Browse files
fix github action
1 parent b600457 commit c36f375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
- name: Run real Test
4949
working-directory: bin
50-
run:
51-
prime -s 10k && prime -l 10k && prime -n 104729 && prime -i 10k\
50+
run: |
51+
prime -s 10k && prime -l 10k && prime -n 104729 && prime -i 10k
5252
&& fibonacci -l 10 && fibonacci -i 100

0 commit comments

Comments
 (0)