File tree Expand file tree Collapse file tree 6 files changed +12
-4
lines changed
Expand file tree Collapse file tree 6 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build_macos :
13- runs-on : macos-13
13+ runs-on : macos-15
1414 defaults :
1515 run :
1616 shell : bash
1919 uses : actions/checkout@v3
2020
2121 - name : Install Qt
22- uses : jurplel/install-qt-action@v3
22+ uses : jurplel/install-qt-action@v4
2323 with :
24- setup-python : ' false '
24+ version : ' 5.15.* '
2525
2626 - name : Build dmg
2727 working-directory : ${{ runner.temp }}
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v3
2020
2121 - name : Install Qt
22- uses : jurplel/install-qt-action@v3
22+ uses : jurplel/install-qt-action@v4
2323
2424 - name : Set up Visual Studio shell
2525 uses : egor-tensin/vs-shell@v2
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ set -e
4+
35if [[ ! -z " $( ls -A $( pwd) ) " ]]; then
46 echo " Please run from an empty directory!"
57 exit 1
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ set -e
4+
35apt-get update
46apt-get install -y cmake file lsb-release bzr bzr-builddeb dh-make
57
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ set -e
4+
35TARGET_DIR=" $( pwd) "
46REPO_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && cd .. > /dev/null 2>&1 && pwd ) "
57BUILD_DIR=" $( mktemp -d) "
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ set -e
4+
35TARGET_DIR=" $( pwd) "
46REPO_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && cd .. > /dev/null 2>&1 && pwd ) "
57BUILD_DIR=" $( mktemp -d) "
You can’t perform that action at this time.
0 commit comments