From 4d5c1f7ec8d82ead8b372b099a535c7393b72dc2 Mon Sep 17 00:00:00 2001 From: OutBackDingo Date: Tue, 15 Apr 2025 18:51:14 +0700 Subject: [PATCH] newest test --- .github/workflows/build.yml | 1 + recipes/recipe.yml | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09ba95c..59160d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,7 @@ jobs: recipe: # !! Add your recipes here - recipe.yml + - geberal/recipe-cosmic-nvidia-open.yml steps: # the build is fully handled by the reusable github action - name: Build Custom Image diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 38d46fd..257e3d9 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -19,17 +19,4 @@ modules: - type: rpm-ostree repos: - - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo - - type: default-flatpaks - notify: true # Send notification after install/uninstall is finished (true/false) - system: - # If no repo information is specified, Flathub will be used by default - install: - - org.mozilla.firefox - - org.gnome.Loupe - remove: - - org.gnome.eog - user: {} # Also add Flathub user repo, but no user packages - - - type: signing # this sets up the proper policy & signing files for signed images to work fully