Syncronized actions
This commit is contained in:
parent
ed5085d494
commit
b870632acd
2 changed files with 3 additions and 2 deletions
4
.github/workflows/appimage.yml
vendored
4
.github/workflows/appimage.yml
vendored
|
|
@ -490,10 +490,10 @@ jobs:
|
||||||
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qttools,qtx11extras
|
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qttools,qtx11extras
|
||||||
git submodule update qtbase qtwayland qtimageformats qtsvg qttools qtx11extras
|
git submodule update qtbase qtwayland qtimageformats qtsvg qttools qtx11extras
|
||||||
cd qtbase
|
cd qtbase
|
||||||
git apply ../../patches/qtbase_${QT}.diff
|
find ../../patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
||||||
cd ..
|
cd ..
|
||||||
cd qtwayland
|
cd qtwayland
|
||||||
git apply ../../patches/qtwayland_${QT}.diff
|
find ../../patches/qtwayland_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
./configure -prefix /usr/local \
|
./configure -prefix /usr/local \
|
||||||
|
|
|
||||||
1
.github/workflows/mac-packaged.yml
vendored
1
.github/workflows/mac-packaged.yml
vendored
|
|
@ -80,6 +80,7 @@ jobs:
|
||||||
|
|
||||||
xcodebuild -version > CACHE_KEY.txt
|
xcodebuild -version > CACHE_KEY.txt
|
||||||
echo $MANUAL_CACHING >> CACHE_KEY.txt
|
echo $MANUAL_CACHING >> CACHE_KEY.txt
|
||||||
|
echo "$GITHUB_WORKSPACE" >> CACHE_KEY.txt
|
||||||
if [ "$AUTO_CACHING" == "1" ]; then
|
if [ "$AUTO_CACHING" == "1" ]; then
|
||||||
thisFile=$REPO_NAME/.github/workflows/mac-packaged.yml
|
thisFile=$REPO_NAME/.github/workflows/mac-packaged.yml
|
||||||
echo `md5 -q $thisFile` >> CACHE_KEY.txt
|
echo `md5 -q $thisFile` >> CACHE_KEY.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue