Skip to content

Commit b2014d8

Browse files
Update c-cpp.yml to properly specify the working directory
1 parent 2f0a364 commit b2014d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: change directory
17-
run: cd src
1816
- name: make release build
1917
run: make release
18+
working-directory: ./src

0 commit comments

Comments
 (0)