Skip to content

Commit 5ab9053

Browse files
committed
debugging: change nix version to 2.31.2
1 parent 1091771 commit 5ab9053

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ jobs:
121121
ls -l $(which nix)
122122
123123
JQ=$(nix-build '<nixpkgs>' -A jq --no-link)/bin/jq
124-
KIMP_BIN=$(nix build .#kimp --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
124+
NIX="/nix/store/xwl1jdg0l702cv3wxqd7n0rcwz1g6axx-nix-2.31.2/bin/nix"
125+
KIMP_BIN=$($NIX build .#kimp --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
125126
echo $KIMP_BIN >> $GITHUB_PATH
126127
- name: 'Run smoke test'
127128
run: ./package/smoke-test.sh

0 commit comments

Comments
 (0)