Skip to content

Commit dd8dff4

Browse files
committed
Fix GitHub Actions workflow: update determinate-nix-action version
- Change determinate-nix-action from v16 to v3 (v16 does not exist) - Resolves workflow error: unable to find version v16
1 parent 972029d commit dd8dff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
lfs: true # 必须开启 LFS 以便检出 CPLEX 安装包
4949

5050
- name: Install Nix
51-
uses: DeterminateSystems/determinate-nix-action@v16
51+
uses: DeterminateSystems/determinate-nix-action@v3
5252

5353
- name: Magic Nix Cache
5454
uses: DeterminateSystems/magic-nix-cache-action@main

0 commit comments

Comments
 (0)