mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
Cleanup ci now that win works again
This commit is contained in:
parent
4f2e20ea1b
commit
b8aba5bd5e
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -20,11 +20,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# - name: WSL Setup
|
||||
# if: matrix.os == 'windows-latest'
|
||||
# run: |
|
||||
# choco install wsl-ubuntu-1804
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
@ -102,4 +97,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: release-notes.txt
|
||||
path: ./release-notes.txt
|
||||
path: ./release-notes.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue