Cleanup cd now that win builds again

This commit is contained in:
Stephan Dilly 2020-08-19 00:06:23 +02:00 committed by GitHub
parent b8aba5bd5e
commit c8ae3b8eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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\//}