File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 matrix :
1818 include :
1919 - os : ubuntu-22.04
20- - os : ubuntu-22.04-arm64-2core
20+ - os : ubuntu-22.04-arm
2121
2222 name : ${{ matrix.os }}
2323 runs-on : ${{ matrix.os }}
3939 python3 -m aqt install-qt linux desktop $QT_VERSION linux_gcc_64 -O /tmp/qt
4040
4141 - name : Install Qt
42- if : matrix.os == 'ubuntu-22.04-arm64-2core '
42+ if : matrix.os == 'ubuntu-22.04-arm '
4343 run : |
4444 python3 -m aqt install-qt linux_arm64 desktop $QT_VERSION linux_gcc_arm64 -O /tmp/qt
4545
5656 cp build-amd64/deploy/*.AppImage executables
5757
5858 - name : Build for Linux arm64
59- if : matrix.os == 'ubuntu-22.04-arm64-2core '
59+ if : matrix.os == 'ubuntu-22.04-arm '
6060 run : |
6161 chmod +x /tmp/qt/$QT_VERSION/gcc_arm64/bin/qt-cmake
6262 /tmp/qt/$QT_VERSION/gcc_arm64/bin/qt-cmake \
9292 uses : actions/cache/restore@v4
9393 with :
9494 fail-on-cache-miss : true
95- key : ubuntu-22.04-arm64-2core -${{ github.run_id }}-${{ github.run_attempt }}
95+ key : ubuntu-22.04-arm -${{ github.run_id }}-${{ github.run_attempt }}
9696 path : executables
9797
9898 - name : Publish executables
You can’t perform that action at this time.
0 commit comments