diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 379f7f3..4083990 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -8,12 +8,9 @@ jobs: build_on_windows: runs-on: windows-latest - defaults: - run: - shell: msys2 {0} - steps: - - uses: actions/checkout@v2 + - name: Checkout repository + uses: actions/checkout@v2 - name: Install dependencies run: |