We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3300e0f commit 79e82fcCopy full SHA for 79e82fc
1 file changed
.github/workflows/build.yml
@@ -31,10 +31,10 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v4
33
34
- - name: Install Nix 3.8.5
+ - name: Install Nix 2.30.2
35
run: |
36
- # 安装 Nix 3.8.5 使用官方安装脚本
37
- curl -L https://releases.nixos.org/nix/nix-3.8.5/install | sh
+ # 安装最新稳定版 Nix 2.30.2
+ sh <(curl -L https://nixos.org/nix/install) --no-confirm
38
# 重新加载环境
39
. /home/runner/.nix-profile/etc/profile.d/nix.sh
40
# 验证安装
0 commit comments