Skip to content

Commit 1ac8ee6

Browse files
author
Stephan Dilly
committed
fix CD on windows like done for CI previously
1 parent ddd1115 commit 1ac8ee6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/cd.yml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v2
17+
18+
- name: WSL Setup
19+
if: matrix.os == 'windows-latest'
20+
run: |
21+
choco install wsl-ubuntu-1804
22+
1723
- name: Get version
1824
id: get_version
1925
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)