Skip to content

Commit 6c1885e

Browse files
committed
change komet.rust-soroban to komet.rust-stellar
1 parent 37f4249 commit 6c1885e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)