Actualiser .gitea/workflows/Build Framework.yaml
All checks were successful
Check config / build (push) Successful in 9m47s
All checks were successful
Check config / build (push) Successful in 9m47s
This commit is contained in:
parent
59df6c3edc
commit
3e79386251
@ -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
|
||||
run: |
|
||||
curl -H "Title: Successfully builded flake!" -d "Builded Framework flake" https://ntfy.alexdelcamp.fr/FlakeBuild
|
||||
Loading…
x
Reference in New Issue
Block a user