We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cc87e commit b9d047cCopy full SHA for b9d047c
.github/workflows/c-cpp.yml
@@ -26,5 +26,7 @@ jobs:
26
- uses: actions/checkout@v2
27
- name: install-make
28
run: choco install make
29
+ - name: make-directory
30
+ run: make dir
31
- name: windows-build
32
run: make winbuild
0 commit comments