From f2cbb76ac04d173b2aa9873de1edef288f4da74f Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Wed, 7 Feb 2024 15:07:04 +0800 Subject: [PATCH] fix: build failed --- .github/workflows/autobuild.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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: |