Skip to content

Commit

Permalink
fix CD on windows like done for CI previously
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Jul 29, 2020
1 parent ddd1115 commit 1ac8ee6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\//}
Expand Down

0 comments on commit 1ac8ee6

Please sign in to comment.