mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
Cleanup cd now that win builds again
This commit is contained in:
parent
b8aba5bd5e
commit
c8ae3b8eae
1 changed files with 0 additions and 5 deletions
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
|
|
@ -15,11 +15,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: WSL Setup
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
choco install wsl-ubuntu-1804
|
||||
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}
|
||||
|
|
|
|||
Loading…
Reference in a new issue