diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6dec95..ba45180 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -74,7 +71,7 @@ jobs: - name: Publish documentation run: | cd target/doc - echo '' > index.html + echo '' > index.html git init git add . git -c user.name='ci' -c user.email='ci' commit -m init