mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
upstream
This commit is contained in:
parent
765e02bd68
commit
9dd0847533
2
.github/workflows/build-macos-qt6.yml
vendored
2
.github/workflows/build-macos-qt6.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- macvcpkg
|
||||
pull_request:
|
||||
release:
|
||||
types: ['published']
|
||||
@ -76,7 +75,6 @@ jobs:
|
||||
-D VCPKG_HOST_TRIPLET="${{ matrix.triplet }}" \
|
||||
-D VCPKG_INSTALL_OPTIONS="--only-binarycaching" \
|
||||
-D NUGET_USERNAME=${{ github.actor }} \
|
||||
-D NUGET_SOURCE="https://nuget.pkg.github.com/m-kuhn/index.json" \
|
||||
-D NUGET_TOKEN=${{ secrets.GITHUB_TOKEN }} || true
|
||||
|
||||
fdupes -r -1 build/vcpkg_installed/arm64-osx-dynamic/lib | grep libQt | while read line; do master=""; for file in ${line[*]}; do if [[ "x${master}" == "x" ]]; then master=$file; else rm "${file}"; ln -s $(basename "${master}") "${file}"; fi; done; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user