Skip to content

Commit 0858126

Browse files
author
Stephan Dilly
committed
try without wsl install
1 parent 3242f5f commit 0858126

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
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

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

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

0 commit comments

Comments
 (0)