Skip to content

Commit 835e688

Browse files
committed
windows - gh actions remove choco cmake install
1 parent 5c0aa78 commit 835e688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Install dependencies on Windows
7474
if: runner.os == 'Windows'
75-
run: choco install cmake 7zip
75+
run: choco install 7zip
7676

7777
- name: Install dependencies on macOS
7878
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)