Skip to content

Commit a4cb2d4

Browse files
committed
update build.yml,use newest nix version
1 parent 304caf1 commit a4cb2d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
- name: Install Nix 3.8.5
3535
run: |
36-
# 安装 Determinate Nix 3.8.5
37-
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --version 3.8.5
36+
# 安装 Determinate Nix 3.8.5 (非交互式模式)
37+
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --version 3.8.5 --no-confirm
3838
# 重新加载环境
3939
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
4040

0 commit comments

Comments
 (0)