mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
try without wsl install
This commit is contained in:
parent
3242f5f576
commit
08581263c2
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -19,10 +19,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue