mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
try with wsl install again
This commit is contained in:
parent
5e12608b65
commit
2d3b4a08eb
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# - name: WSL Setup
|
- name: WSL Setup
|
||||||
# if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
# run: |
|
run: |
|
||||||
# choco install wsl-ubuntu-1804
|
choco install wsl-ubuntu-1804
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue