Skip to content

Commit 0acb695

Browse files
committed
change komet.rust-soroban to komet.rust-stellar
1 parent 0999a6c commit 0acb695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
set -euxo pipefail
134134
nix --version
135135
JQ=$(nix-build '<nixpkgs>' -A jq --no-link)/bin/jq
136-
KOMET_BIN=$(nix build .#komet.rust-soroban --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
136+
KOMET_BIN=$(nix build .#komet.rust-stellar --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
137137
echo $KOMET_BIN >> $GITHUB_PATH
138138
- name: 'Run smoke test'
139139
run: cd package && ./test-package.sh

0 commit comments

Comments
 (0)