Skip to content

Commit c8ae3b8

Browse files
author
Stephan Dilly
authored
Cleanup cd now that win builds again
1 parent b8aba5b commit c8ae3b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- name: WSL Setup
19-
if: matrix.os == 'windows-latest'
20-
run: |
21-
choco install wsl-ubuntu-1804
22-
2318
- name: Get version
2419
id: get_version
2520
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)