Skip to content

Commit 2d3b4a0

Browse files
author
Stephan Dilly
committed
try with wsl install again
1 parent 5e12608 commit 2d3b4a0

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)