-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: regroup some lines for better understanding and fix MacOS pack…
…aging
- Loading branch information
1 parent
e7eb693
commit 40790e1
Showing
6 changed files
with
178 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -265,13 +265,13 @@ jobs: | |
id: set_vars | ||
run: | | ||
./scripts/ci-set-vars.sh | ||
echo QTVER=5 >> "$GITHUB_OUTPUT" | ||
echo QTVER=6 >> "$GITHUB_OUTPUT" | ||
env: | ||
REPOSITORY: ${{ github.event.repository.name }} | ||
- name: ccache | ||
uses: hendrikmuhs/[email protected] | ||
with: | ||
key: ccache-osx_qt${{ steps.set_vars.outputs.QTVER }} | ||
key: ccache-osx_qt${{ steps.set_vars.outputs.QTVER }}-r1 | ||
max-size: 256M | ||
- name: "Install dependencies" | ||
# Sometimes, brew thinks it needs to install from source rather than binary. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.