mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 19:26:03 +08:00
disable flatpak CI for now
This commit is contained in:
parent
eaee170b4c
commit
276e03683f
34
.github/workflows/build_all.yml
vendored
34
.github/workflows/build_all.yml
vendored
@ -59,20 +59,20 @@ jobs:
|
|||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
build-deps-only: ${{ inputs.build-deps-only || false }}
|
build-deps-only: ${{ inputs.build-deps-only || false }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
flatpak:
|
# flatpak:
|
||||||
name: "Flatpak"
|
# name: "Flatpak"
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-45
|
# image: bilelmoussaoui/flatpak-github-actions:gnome-45
|
||||||
options: --privileged
|
# options: --privileged
|
||||||
steps:
|
# steps:
|
||||||
# maybe i'm too dumb and fucked up to do CI. OH WELL :D -ppd
|
# # maybe i'm too dumb and fucked up to do CI. OH WELL :D -ppd
|
||||||
- name: "Remove unneeded stuff to free disk space"
|
# - name: "Remove unneeded stuff to free disk space"
|
||||||
run:
|
# run:
|
||||||
sudo rm -rf /usr/share/dotnet /opt/ghc "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY"
|
# sudo rm -rf /usr/share/dotnet /opt/ghc "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY"
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
# - uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
# with:
|
||||||
bundle: orcaslicer.flatpak
|
# bundle: orcaslicer.flatpak
|
||||||
manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml
|
# manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml
|
||||||
cache-key: flatpak-builder-${{ github.sha }}
|
# cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user