We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e386d9 commit 6d3272eCopy full SHA for 6d3272e
.github/workflows/test-pr.yml
@@ -108,8 +108,7 @@ jobs:
108
ls -l $(which nix)
109
110
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
+ KIMP_BIN=$(nix build .#kimp --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
113
echo $KIMP_BIN >> $GITHUB_PATH
114
- name: 'Run smoke test'
115
run: ./package/smoke-test.sh
0 commit comments