Skip to content

Commit

Permalink
Remove redundant CI MSRV for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Juici committed Jan 4, 2020
1 parent 9309c15 commit 28780f4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:

msrv:
name: MSRV
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Rust
Expand Down Expand Up @@ -74,7 +71,7 @@ jobs:
- name: Publish documentation
run: |
cd target/doc
echo '<meta http-equiv=refresh content=0;url=strife/index.html>' > index.html
echo '<meta http-equiv="refresh" content="0;url=strife/index.html">' > index.html
git init
git add .
git -c user.name='ci' -c user.email='ci' commit -m init
Expand Down

0 comments on commit 28780f4

Please sign in to comment.