Skip to content

Commit

Permalink
Update build-windows-smtubelib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smplayer-dev authored Apr 11, 2024
1 parent 6fc3b1d commit 27d2bfd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-windows-smtubelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: git clone https://github.com/smplayer-dev/smplayer-build.git .

- name: Install sources (normal)
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: packages/smplayer
fetch-depth: 0
Expand All @@ -35,12 +35,13 @@ jobs:
run: .\uncompress_players.cmd

- name: Install Qt (64 bit)
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: '5.15.2'
arch: 'win64_mingw81'
#tools: 'tools_mingw,8.1.0-1,qt.tools.win64_mingw810 tools_openssl_x64,1.1.1-1,qt.tools.openssl.win_x64'
tools: 'tools_mingw,8.1.0-1,qt.tools.win64_mingw810'
#tools: 'tools_mingw,8.1.0-1,qt.tools.win64_mingw810'
tools: 'tools_mingw,qt.tools.win64_mingw810'

- name: Set mingw32 path (64 bit)
run: echo "$env:IQTA_TOOLS\mingw810_64\bin\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down Expand Up @@ -80,7 +81,7 @@ jobs:
- name: Create artifact
if: github.event_name != 'release'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.PACKAGEFILENAME }}
path: packages\BUILD\output\${{ env.PACKAGEFILENAME }}
Expand Down

0 comments on commit 27d2bfd

Please sign in to comment.