disable flatpak CI for now

This commit is contained in:
SoftFever 2024-06-04 18:32:29 +08:00
parent eaee170b4c
commit 276e03683f

View File

@ -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 }}