Skip to content

Commit b8aba5b

Browse files
author
Stephan Dilly
authored
Cleanup ci now that win works again
1 parent 4f2e20e commit b8aba5b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222

23-
# - name: WSL Setup
24-
# if: matrix.os == 'windows-latest'
25-
# run: |
26-
# choco install wsl-ubuntu-1804
27-
2823
- name: Install Rust
2924
uses: actions-rs/toolchain@v1
3025
with:
@@ -102,4 +97,4 @@ jobs:
10297
- uses: actions/upload-artifact@v1
10398
with:
10499
name: release-notes.txt
105-
path: ./release-notes.txt
100+
path: ./release-notes.txt

0 commit comments

Comments
 (0)