Skip to content

Commit

Permalink
fix: new pocket-ic version
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Feb 9, 2024
1 parent d64bf8c commit 2768f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo unzip /tmp/cargo-make.zip -d /tmp && \
sudo mv /tmp/cargo-make-v0.37.5-x86_64-unknown-linux-gnu/cargo-make $HOME/.cargo/bin/cargo-make && \
sudo chmod +x $HOME/.cargo/bin/cargo-make && \
wget https://download.dfinity.systems/ic/69e1408347723dbaa7a6cd2faa9b65c42abbe861/openssl-static-binaries/x86_64-linux/pocket-ic.gz && \
wget -O pocket-ic.gz https://github.com/dfinity/pocketic/releases/download/3.0.0/pocket-ic-x86_64-linux.gz && \
gzip -d pocket-ic.gz && \
chmod +x pocket-ic && \
mv pocket-ic ./integration-tests/pocket-ic
Expand Down

0 comments on commit 2768f5e

Please sign in to comment.