Skip to content

Commit b9d047c

Browse files
committed
Add make dir to solve error
1 parent e2cc87e commit b9d047c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- name: install-make
2828
run: choco install make
29+
- name: make-directory
30+
run: make dir
2931
- name: windows-build
3032
run: make winbuild

0 commit comments

Comments
 (0)