Merge pull request 'fix(ci): set APPIMAGE_EXTRACT_AND_RUN=1 for arm64 AppImage bundling' (#16) from fix/arm64-appimage-fuse into master
Some checks failed
Auto Tag / autotag (push) Successful in 54s
Auto Tag / wiki-sync (push) Successful in 1m11s
Auto Tag / build-macos-arm64 (push) Successful in 4m38s
Auto Tag / build-windows-amd64 (push) Successful in 14m44s
Auto Tag / build-linux-amd64 (push) Successful in 27m38s
Auto Tag / build-linux-arm64 (push) Failing after 18m13s
Some checks failed
Auto Tag / autotag (push) Successful in 54s
Auto Tag / wiki-sync (push) Successful in 1m11s
Auto Tag / build-macos-arm64 (push) Successful in 4m38s
Auto Tag / build-windows-amd64 (push) Successful in 14m44s
Auto Tag / build-linux-amd64 (push) Successful in 27m38s
Auto Tag / build-linux-arm64 (push) Failing after 18m13s
Reviewed-on: #16
This commit is contained in:
commit
3b1125d5d5
@ -450,6 +450,7 @@ jobs:
|
||||
PKG_CONFIG_ALLOW_CROSS: "1"
|
||||
OPENSSL_NO_VENDOR: "0"
|
||||
OPENSSL_STATIC: "1"
|
||||
APPIMAGE_EXTRACT_AND_RUN: "1"
|
||||
run: |
|
||||
. "$HOME/.cargo/env"
|
||||
npm ci --legacy-peer-deps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user