Skip to content

Commit 4867897

Browse files
committed
Fix working directory
1 parent ae9741e commit 4867897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: ./demo_cpp
4343

4444
- name: Compare demo outputs
45+
working-directory: ./build
4546
run: |
4647
./demo > output1.txt
4748
./demo_cpp > output2.txt

0 commit comments

Comments
 (0)