Skip to content

Commit f4337ab

Browse files
committed
Remove make & cmake installations
1 parent d9ba9a3 commit f4337ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v2
29-
- name: install-make
30-
run: choco install make cmake
29+
# - name: install-make
30+
# run: choco install make cmake
3131
- name: make-directory
3232
run: make -f Makefile.own dir
3333
- name: windows-build

0 commit comments

Comments
 (0)