Skip to content

Commit 9154208

Browse files
authored
Change working directory for configure step
1 parent 74d48ce commit 9154208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
1717
- name: Run configure
18-
working-directory: ./dynamic-array
18+
working-directory: .
1919
run: ./configure
2020
- name: make
2121
run: make

0 commit comments

Comments
 (0)