File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 40
40
- run : |
41
41
mkdir -p ~/artifacts
42
42
node -p "require('./package').version" > ~/artifacts/pkg-version
43
-
43
+
44
+ - run : sudo apt-get update -qq
45
+ - run : sudo apt-get install -qq patchelf
44
46
- run : chmod +x src/qt-mkdir.sh && src/qt-mkdir.sh ~/qt_tmp
45
47
- run : chmod +x src/qt-copy-linux.sh && src/qt-copy-linux.sh ~/qt_tmp ~/Qt/6.8.0/gcc_arm64
46
48
- run : cd ~/qt_tmp && tar -czf ../aarch64.gz *
Original file line number Diff line number Diff line change 87
87
- name : Copy Qt Dir - Linux
88
88
if : matrix.os == 'ubuntu-22.04'
89
89
run : |
90
+ sudo apt-get update -qq
91
+ sudo apt-get install -qq patchelf
90
92
echo "OS_NAME=linux" >> $GITHUB_ENV
91
93
chmod +x src/qt-copy-linux.sh
92
94
src/qt-copy-linux.sh ${{ env.QT_TMP }} ${{ github.workspace }}/../Qt/6.8.0/gcc_64
You can’t perform that action at this time.
0 commit comments