Skip to content

Commit a5cceff

Browse files
authored
chore: use pocket-ic instead of ic-test-state-machine in update-ic-commit.yml (#1217)
1 parent 14e7d46 commit a5cceff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-ic-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "sha: $sha"
3232
# Send a HEAD to the URL to see if it exists
3333
if curl --fail --head --silent --location \
34-
"https://download.dfinity.systems/ic/$sha/binaries/x86_64-linux/ic-test-state-machine.gz"
34+
"https://download.dfinity.systems/ic/$sha/binaries/x86_64-linux/pocket-ic.gz"
3535
then
3636
echo "$sha appears to have associated binary, using"
3737
latest_sha="$sha"

0 commit comments

Comments
 (0)