Skip to content

Commit 80ad6a2

Browse files
authored
Update verification step in update-flakes.yml
1 parent dbc5aa7 commit 80ad6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-flakes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: nix flake update
2727

2828
# 验证构建:使用您的主机名 'nixos' 确保更新后的依赖不会破坏构建
29-
- name: Verify Build (Host: nixos)
29+
- name: Verify Build
3030
run: nix build .#nixosConfigurations.nixos.config.system.build.toplevel
3131

3232
- name: Commit changes

0 commit comments

Comments
 (0)