Skip to content

Commit eb1259d

Browse files
authored
Set working directory for make monitor step
1 parent dc10032 commit eb1259d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: C Monitor-app
2-
working-directory: ./host/
32

43
permissions:
54
contents: read
@@ -20,4 +19,5 @@ jobs:
2019
steps:
2120
- uses: actions/checkout@v4
2221
- name: make monitor
22+
working-directory: ./host/
2323
run: make monitor

0 commit comments

Comments
 (0)