File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2828 fetch-depth : 0
2929 - name : Force Fetch Git Tags
3030 run : git fetch --tags --force
31- - name : Cache Qt ARM
32- uses : actions/cache@v3
33- id : cache-qt-arm
34- with :
35- path : qt-5.15.2.arm64_big_sur.bottle.tar.gz
36- key : ${{ runner.os }}-QtARMCache
37- - name : Download Qt ARM Library
38- if : steps.cache-qt-arm.outputs.cache-hit != 'true'
39- run : curl -L --show-error --header Authorization:\ Bearer\ QQ== --output qt-5.15.2.arm64_big_sur.bottle.tar.gz https://ghcr.io/v2/homebrew/core/qt/5/blobs/sha256:ca6ad27d24c751b85f2b577df3773d52b48f0f286c5b1414ae8d1437ad72a3e4
40- - name : Prepare Qt Universal Libs
41- run : |
42- tar xf qt-5.15.2.arm64_big_sur.bottle.tar.gz
43- python3 .github/CI_MISC/pre_qt_universal_build.py $QT_ROOT_DIR/ `pwd`/qt@5/5.15.2/
4431 - name : Set SHORT_HASH
4532 run : echo "VALUE=${LONG_HASH:0:8}" >> $GITHUB_OUTPUT
4633 id : short_hash
You can’t perform that action at this time.
0 commit comments