mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-28 03:22:51 +03:00
fix CD on windows like done for CI previously
This commit is contained in:
parent
ddd11156c6
commit
1ac8ee6e4f
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 New Issue
Block a user