Skip to content

Commit

Permalink
Merge pull request #4623 from Holzhaus/qt6-ci-fixes
Browse files Browse the repository at this point in the history
Qt6 CI fixes
  • Loading branch information
daschuer committed Jan 15, 2022
2 parents 59fad56 + 8d7856a commit 1310357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:

runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}
container: ${{ matrix.container }}
outputs:
artifact-macos-macosintel: ${{ steps.prepare_deploy.outputs.artifact-macos-macosintel }}
artifact-windows-win64: ${{ steps.prepare_deploy.outputs.artifact-windows-win64 }}
Expand Down Expand Up @@ -213,6 +214,7 @@ jobs:
- name: "Set up build environment"
id: buildenv
if: matrix.buildenv_script != null
run: ${{ matrix.buildenv_script }} setup
env:
BUILDENV_BASEPATH: ${{ matrix.buildenv_basepath }}
Expand Down

0 comments on commit 1310357

Please sign in to comment.