From 0301e88209f4911d33c1fac9cf2826dccbd21232 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Wed, 31 Jul 2024 23:21:04 +0800 Subject: [PATCH] build only flatpak --- .github/workflows/build_all.yml | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index b36d1990db..69229413f0 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -41,25 +41,25 @@ concurrency: jobs: - build_all: - name: Build All - strategy: - fail-fast: false - matrix: - include: - - os: ubuntu-20.04 - - os: ubuntu-24.04 - - os: windows-latest - - os: macos-14 - arch: x86_64 - - os: macos-14 - arch: arm64 - uses: ./.github/workflows/build_check_cache.yml - with: - os: ${{ matrix.os }} - arch: ${{ matrix.arch }} - build-deps-only: ${{ inputs.build-deps-only || false }} - secrets: inherit + # build_all: + # name: Build All + # strategy: + # fail-fast: false + # matrix: + # include: + # - os: ubuntu-20.04 + # - os: ubuntu-24.04 + # - os: windows-latest + # - os: macos-14 + # arch: x86_64 + # - os: macos-14 + # arch: arm64 + # uses: ./.github/workflows/build_check_cache.yml + # with: + # os: ${{ matrix.os }} + # arch: ${{ matrix.arch }} + # build-deps-only: ${{ inputs.build-deps-only || false }} + # secrets: inherit flatpak: name: "Flatpak" runs-on: ubuntu-latest