Fix xz package name

This commit is contained in:
Tanguy Herbron 2022-05-25 12:44:37 +02:00
parent 9173c260ac
commit e26aa37cd5

View File

@ -31,7 +31,7 @@ build-arm64:
stage: build stage: build
script: script:
- apt update - apt update
- apt install -y curl xz - apt install -y curl xz-utils
- ./arm64-build.sh - ./arm64-build.sh
artifacts: artifacts:
paths: paths: