File tree Expand file tree Collapse file tree 5 files changed +1
-6
lines changed Expand file tree Collapse file tree 5 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2727 # Target platform for build
2828 target : ${{ matrix.qt_target }}
2929 # Architecture for Windows/Android
30- arch : ${{ matrix.qt_arch }}
31- mirror : ' http://mirrors.ocf.berkeley.edu/qt/'
30+ arch : ${{ matrix.qt_arch }}
3231 - uses : actions/checkout@v1
3332 with :
3433 fetch-depth : 1
Original file line number Diff line number Diff line change 2424 version : ${{ matrix.qt_ver }}
2525 # Target platform for build
2626 target : ${{ matrix.qt_target }}
27- mirror : ' http://mirrors.ocf.berkeley.edu/qt/'
2827 - uses : actions/checkout@v1
2928 with :
3029 fetch-depth : 1
Original file line number Diff line number Diff line change 2525 with :
2626 version : ${{ matrix.qt_ver }}
2727 cached : ' false'
28- mirror : ' http://mirrors.ocf.berkeley.edu/qt/'
2928 - uses : actions/checkout@v1
3029 with :
3130 fetch-depth : 1
Original file line number Diff line number Diff line change 2424 with :
2525 version : ${{ matrix.qt_ver }}
2626 cached : ' false'
27- mirror : ' http://mirrors.ocf.berkeley.edu/qt/'
2827 - name : ubuntu install GL library
2928 run : sudo apt-get install -y libglew-dev libglfw3-dev
3029 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 6565 arch : ${{ matrix.qt_arch }}
6666 aqtversion : ' ==0.10.0'
6767 cached : ' false'
68- mirror : ' http://mirrors.ocf.berkeley.edu/qt/'
6968 # 拉取代码
7069 - uses : actions/checkout@v1
7170 with :
You can’t perform that action at this time.
0 commit comments