parent
6ff8da018e
commit
0b9b67986f
|
|
@ -28,14 +28,14 @@ jobs:
|
||||||
- name: set up qt-static env
|
- name: set up qt-static env
|
||||||
if: steps.cache-primes.outputs.cache-hit != 'true'
|
if: steps.cache-primes.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
# https://build-qt.fsu0413.me/5.15-series/5.15.4-for-macos/
|
# https://build-qt.fsu0413.me/5.15-series/5.15.6-for-macos/
|
||||||
mkdir -p env/download/ && cd env/download
|
mkdir -p env/download/ && cd env/download
|
||||||
curl -L https://osdn.net/downloads/users/38/38696/Qt5.15.4-macOS-x86_64-AppleClang12.0.5-20220513.tar.xz -o Qt5.15.4-macOS-x86_64-AppleClang12.0.5-20220513.tar.xz
|
curl -L https://osdn.net/downloads/users/39/39213/Qt5.15.6-macOS-x86_64-AppleClang12.0.5-noFramework-20220914.tar.xz -o Qt5.15.6-macOS-x86_64-AppleClang12.0.5-noFramework-20220914.tar.xz
|
||||||
tar xf Qt5.15.4-macOS-x86_64-AppleClang12.0.5-20220513.tar.xz
|
tar xf Qt5.15.6-macOS-x86_64-AppleClang12.0.5-noFramework-20220914.tar.xz
|
||||||
pwd
|
pwd
|
||||||
ls -al Qt5.15.4-macOS-x86_64-AppleClang12.0.5
|
ls -al Qt5.15.6-macOS-x86_64-AppleClang12.0.5-noFramework
|
||||||
chmod +x Qt5.15.4-macOS-x86_64-AppleClang12.0.5/bin/*
|
chmod +x Qt5.15.6-macOS-x86_64-AppleClang12.0.5-noFramework/bin/*
|
||||||
mv Qt5.15.4-macOS-x86_64-AppleClang12.0.5 ../
|
mv Qt5.15.6-macOS-x86_64-AppleClang12.0.5-noFramework ../
|
||||||
cd ../../ && rm -rf env/download
|
cd ../../ && rm -rf env/download
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@v3.2.1
|
uses: actions/setup-go@v3.2.1
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
go-version: 1.18 # optional
|
go-version: 1.18 # optional
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
export PATH=$(pwd)"/env/Qt5.15.4-macOS-x86_64-AppleClang12.0.5/bin:"${PATH}
|
export PATH=$(pwd)"/env/Qt5.15.6-macOS-x86_64-AppleClang12.0.5-noFramework/bin:"${PATH}
|
||||||
echo $PATH
|
echo $PATH
|
||||||
go mod tidy && go run export/main.go "check-only"
|
go mod tidy && go run export/main.go "check-only"
|
||||||
cd m3u8d-qt && qmake && ls -alh && make
|
cd m3u8d-qt && qmake && ls -alh && make
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue