From d10b6c4fea3748a17060da1a35bc3c03a973b561 Mon Sep 17 00:00:00 2001 From: orestonce Date: Sat, 19 Nov 2022 22:06:05 +0800 Subject: [PATCH] Update release-windows.yml --- .github/workflows/release-windows.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index a9d20a5..6e91716 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -17,12 +17,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - - # Runs a set of commands using the runners shell - - uses: actions/checkout@v3 - + - name: install qt static - uses: orestonce/install-qt-static@v0.4.0 + uses: orestonce/install-qt-static@v0.4.2 with: version: Qt5.6.3-Windows-x86-MinGW4.9.4-staticFull-20200104 - name: Setup Go environment