From 5f3f939a8bd2af9ece89fd8f3fd4cc65a19dd329 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Fri, 20 Dec 2024 12:00:16 -0600 Subject: [PATCH] attempting to build stable as well. --- .github/workflows/build.yml | 2 +- recipes/DX.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 722c73f..9828352 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: recipe: # !! Add your recipes here #- DX-GTS.yml - #- DX.yml + - DX.yml - bazzite.yml steps: # the build is fully handled by the reusable github action diff --git a/recipes/DX.yml b/recipes/DX.yml index 8cd5f8f..ff86640 100644 --- a/recipes/DX.yml +++ b/recipes/DX.yml @@ -20,13 +20,13 @@ modules: - type: rpm-ostree repos: - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo -# - https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-%OS_VERSION%/ryanabx-cosmic-epoch-fedora-%OS_VERSION%.repo + - https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-%OS_VERSION%/ryanabx-cosmic-epoch-fedora-%OS_VERSION%.repo install: - micro - starship - - "@cosmic-desktop-environment" +# - "@cosmic-desktop-environment" - tldr -# - cosmic-desktop + - cosmic-desktop # remove: # example: removing firefox (in favor of the flatpak) # "firefox" is the main package, "firefox-langpacks" is a dependency