summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-08-17 21:15:10 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-08-17 21:15:10 +0200
commit99dad5c8ef82b714cef57f37e68266ea80867d79 (patch)
treeaf4d48b6158f8685d003eee6d0ecda710e69c32c /.github
parentaed102ce8e991167210892908504d8867eb21b27 (diff)
disable choco wsl installer again
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d0f14c7b..2752340d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- - name: WSL Setup
- if: matrix.os == 'windows-latest'
- run: |
- choco install wsl-ubuntu-1804
+ # - name: WSL Setup
+ # if: matrix.os == 'windows-latest'
+ # run: |
+ # choco install wsl-ubuntu-1804
- name: Install Rust
uses: actions-rs/toolchain@v1