Skip to content

Commit c5d4683

Browse files
Fix working directory for cleaning build artifacts
1 parent 8cddc3f commit c5d4683

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
@@ -40,5 +40,5 @@ jobs:
4040
fi
4141
4242
- name: Clean build artifacts
43-
working-directory: ./maw
43+
working-directory: ./mas
4444
run: make clean

0 commit comments

Comments
 (0)