From 582cc027e8b8dea96e9a30f0ffd55d4344414f64 Mon Sep 17 00:00:00 2001 From: Christian Tosta Date: Fri, 18 Apr 2025 14:34:38 -0300 Subject: [PATCH] Updated Fedora build CI --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50cfe3e..12e98b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,10 @@ jobs: && git push origin ${{ steps.get_metadata.outputs.TAG }} \ || exit 0 - build-fedora: - needs: release-ci - uses: ./.github/workflows/fedora.yml - with: +# build-fedora: +# needs: release-ci +# uses: ./.github/workflows/fedora.yml +# with: #cache-file-path: ${{ needs.release-ci.outputs.ASSET }} - version: ${{ needs.release-ci.outputs.VERSION }} - containers: "['fedora:latest', 'fedora:41']" +# version: ${{ needs.release-ci.outputs.VERSION }} +# containers: "['fedora:latest', 'fedora:41']"