mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08: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:
|
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