From 06c815336684e0e62571cd970cb57e8648b94d5d Mon Sep 17 00:00:00 2001 From: Alexandre_1a Date: Sat, 20 Jun 2026 13:08:00 +0200 Subject: [PATCH] Actualiser .gitea/workflows/Build Framework.yaml --- .gitea/workflows/Build Framework.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/Build Framework.yaml b/.gitea/workflows/Build Framework.yaml index 1a270ee..04a94f1 100644 --- a/.gitea/workflows/Build Framework.yaml +++ b/.gitea/workflows/Build Framework.yaml @@ -5,18 +5,18 @@ on: schedule: - cron: "0 0 1 * *" # At midnight on the first day of the month (Monday) - jobs: - bump: - runs-on: ubuntu-latest - steps: - - name: Install nix - uses: DeterminateSystems/nix-installer-action@main +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Install nix + uses: DeterminateSystems/nix-installer-action@main - - name: Checkout - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 - - name: Build bumped flake (only one host) - 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 + - name: Build bumped flake (only one host) + 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