Skip to content

Commit 99dad5c

Browse files
author
Stephan Dilly
committed
disable choco wsl installer again
1 parent aed102c commit 99dad5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222

23-
- name: WSL Setup
24-
if: matrix.os == 'windows-latest'
25-
run: |
26-
choco install wsl-ubuntu-1804
23+
# - name: WSL Setup
24+
# if: matrix.os == 'windows-latest'
25+
# run: |
26+
# choco install wsl-ubuntu-1804
2727

2828
- name: Install Rust
2929
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)