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