Skip to content

Commit

Permalink
update CreateRelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Nov 20, 2024
1 parent 51732be commit 091e1f8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
default: 'YYYY.MM'

env:
QT_VERSION: 6.6.0
QT_VERSION: '6.6.*'

jobs:
update_rl_version:
Expand Down Expand Up @@ -59,21 +59,14 @@ jobs:
Set-Content -Path certificate\certificate.txt -Value '${{ secrets.WIN_CERTIFICATE }}'
certutil -decode certificate\certificate.txt certificate\certificate.pfx
- name: Install Qt
if: matrix.os != 'macos-latest'
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: true
cache: 'true'
version: ${{ env.QT_VERSION }}
- name: Install dependencies
if: matrix.os != 'macos-latest'
shell: bash
run: |
bash build_scripts/${{ runner.os }}/0_setup_env.sh --dont_install_qt
- name: Install dependencies
if: matrix.os == 'macos-latest'
shell: bash
run: |
bash build_scripts/${{ runner.os }}/0_setup_env.sh
- name: Ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit 091e1f8

Please sign in to comment.