reenable appimage build on ubuntu 24.04 (#9458)

* reenable appimage build on ubuntu 24.04

* update TIFF

* fix build error
This commit is contained in:
SoftFever
2025-04-24 08:13:15 +08:00
committed by GitHub
parent e2b16f527a
commit 54a5ac9235
4 changed files with 9 additions and 9 deletions

View File

@@ -267,7 +267,7 @@ jobs:
chmod +x ./build/OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage
- name: Build orca_custom_preset_tests
if: github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-20.04'
if: github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-24.04'
working-directory: ${{ github.workspace }}/build/src
shell: bash
run: |