Skip to content

Commit 6d3272e

Browse files
committed
modified: .github/workflows/test-pr.yml
- Remove 'NIX=' line - Revert KIMP_BIN assignment
1 parent 0e386d9 commit 6d3272e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ jobs:
108108
ls -l $(which nix)
109109
110110
JQ=$(nix-build '<nixpkgs>' -A jq --no-link)/bin/jq
111-
NIX="/nix/store/xwl1jdg0l702cv3wxqd7n0rcwz1g6axx-nix-2.31.2/bin/nix"
112-
KIMP_BIN=$($NIX build .#kimp --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
111+
KIMP_BIN=$(nix build .#kimp --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
113112
echo $KIMP_BIN >> $GITHUB_PATH
114113
- name: 'Run smoke test'
115114
run: ./package/smoke-test.sh

0 commit comments

Comments
 (0)