Skip to content

Commit

Permalink
fix mac deploy on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Nov 20, 2024
1 parent 11bf01e commit 51732be
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/BuildRelight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
[push, pull_request]

env:
QT_VERSION: 6.6.0
QT_VERSION: '6.6.*'
MAC_CERT: ${{secrets.MACOS_CERT_ID}}
WIN_CERT: ${{secrets.WIN_CERTIFICATE}}

Expand Down Expand Up @@ -35,21 +35,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 51732be

Please sign in to comment.