From 3e79386251c8a2bc70d99afbc5e1abf2ff166dc4 Mon Sep 17 00:00:00 2001 From: Alexandre_1a Date: Sat, 20 Jun 2026 13:09:55 +0200 Subject: [PATCH] Actualiser .gitea/workflows/Build Framework.yaml --- .gitea/workflows/Build Framework.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/Build Framework.yaml b/.gitea/workflows/Build Framework.yaml index 7f3a8dc..ef28fca 100644 --- a/.gitea/workflows/Build Framework.yaml +++ b/.gitea/workflows/Build Framework.yaml @@ -16,7 +16,9 @@ jobs: uses: actions/checkout@v4 - name: Build bumped flake (only one host) - run: nix build .#nixosConfigurations.FW16.config.system.build.toplevel + run: | + nix build .#nixosConfigurations.FW16.config.system.build.toplevel - name: Notify Success - run: curl -H "Title: Successfully builded flake!" -d "Builded Framework flake" https://ntfy.alexdelcamp.fr/FlakeBuild \ No newline at end of file + run: | + curl -H "Title: Successfully builded flake!" -d "Builded Framework flake" https://ntfy.alexdelcamp.fr/FlakeBuild \ No newline at end of file