Skip to content

Commit

Permalink
ci: fix pocket-ic version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed May 2, 2024
1 parent 843aa97 commit 9f86f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/download-pocket-ic.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

cd bin/

POCKET_IC_BIN=pocket-ic
Expand All @@ -17,7 +19,7 @@ else
echo "Unsupported OS: $OSTYPE"
exit 1
fi
curl -sL -o $POCKET_IC_BIN.gz https://github.com/dfinity/pocketic/releases/latest/download/pocket-ic-x86_64-$ARCH.gz
curl -sL -o $POCKET_IC_BIN.gz https://github.com/dfinity/pocketic/releases/download/3.0.1/pocket-ic-x86_64-$ARCH.gz

echo "Extracting Pocket IC binary..."
gzip -d $POCKET_IC_BIN.gz
Expand Down

0 comments on commit 9f86f65

Please sign in to comment.