mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-27 06:45:26 -07:00
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:
parent
e2b16f527a
commit
54a5ac9235
4 changed files with 9 additions and 9 deletions
4
.github/workflows/build_all.yml
vendored
4
.github/workflows/build_all.yml
vendored
|
|
@ -49,9 +49,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# Deprecate appimage
|
||||
# Deprecate 20.04appimage
|
||||
# - os: ubuntu-20.04
|
||||
# - os: ubuntu-24.04
|
||||
- os: ubuntu-24.04
|
||||
- os: windows-latest
|
||||
- os: macos-14
|
||||
arch: arm64
|
||||
|
|
|
|||
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue