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 ae9741e commit 4867897Copy full SHA for 4867897
.github/workflows/c-cpp.yml
@@ -42,6 +42,7 @@ jobs:
42
run: ./demo_cpp
43
44
- name: Compare demo outputs
45
+ working-directory: ./build
46
run: |
47
./demo > output1.txt
48
./demo_cpp > output2.txt
0 commit comments