1 parent dc10032 commit eb1259dCopy full SHA for eb1259d
1 file changed
.github/workflows/c-cpp.yml
@@ -1,5 +1,4 @@
1
name: C Monitor-app
2
-working-directory: ./host/
3
4
permissions:
5
contents: read
@@ -20,4 +19,5 @@ jobs:
20
19
steps:
21
- uses: actions/checkout@v4
22
- name: make monitor
+ working-directory: ./host/
23
run: make monitor
0 commit comments