ci: bump lite-xl-build-box-manylinux version

This commit is contained in:
takase1121
2024-11-27 20:53:35 +08:00
parent fdfa2f43d3
commit e1a37cf194
+3 -3
View File
@@ -92,7 +92,7 @@ jobs:
sudo apt-get install -y ccache sudo apt-get install -y ccache
- name: Build Portable - name: Build Portable
uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3.0.2 uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3
with: with:
entrypoint: /entrypoint.sh entrypoint: /entrypoint.sh
args: | args: |
@@ -100,7 +100,7 @@ jobs:
bash scripts/build.sh --debug --forcefallback --portable --release bash scripts/build.sh --debug --forcefallback --portable --release
- name: Package Portables - name: Package Portables
uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3.0.2 uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3
with: with:
entrypoint: /entrypoint.sh entrypoint: /entrypoint.sh
args: | args: |
@@ -108,7 +108,7 @@ jobs:
bash scripts/package.sh --version ${INSTALL_REF} --debug --addons --binary --release bash scripts/package.sh --version ${INSTALL_REF} --debug --addons --binary --release
- name: Build AppImages - name: Build AppImages
uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3.0.2 uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3
with: with:
entrypoint: /entrypoint.sh entrypoint: /entrypoint.sh
args: | args: |