We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d48ce commit 9154208Copy full SHA for 9154208
1 file changed
.github/workflows/c-cpp.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout code
16
uses: actions/checkout@v4
17
- name: Run configure
18
- working-directory: ./dynamic-array
+ working-directory: .
19
run: ./configure
20
- name: make
21
run: make
0 commit comments