mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix CD on windows like done for CI previously
This commit is contained in:
parent
ddd11156c6
commit
1ac8ee6e4f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
|
|
@ -14,6 +14,12 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
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