Skip to content

Commit eb1f822

Browse files
fix github action
1 parent 9992e8b commit eb1f822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: ctest --output-on-failure
4747

4848
- name: Run real Test
49-
working-directory: bin
49+
working-directory: ../bin
5050
run: |
5151
prime -s 10k && prime -l 10k && prime -n 104729 && prime -i 10k
5252
&& fibonacci -l 10 && fibonacci -i 100

0 commit comments

Comments
 (0)