Skip to content

Commit 43398fd

Browse files
committed
ic-repl
1 parent 17d525b commit 43398fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/provision-darwin.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then
3838
fi
3939

4040
# Install ic-repl
41-
version=effective-canister-id
42-
curl --location --output ic-repl "https://github.com/mraszyk/ic-repl/releases/download/$version/ic-repl-macos"
41+
version=0.7.7
42+
curl --location --output ic-repl "https://github.com/dfinity/ic-repl/releases/download/$version/ic-repl-macos"
4343
mv ./ic-repl /usr/local/bin/ic-repl
4444
chmod a+x /usr/local/bin/ic-repl
4545

Diff for: .github/workflows/provision-linux.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then
3232
fi
3333

3434
# Install ic-repl
35-
version=effective-canister-id
36-
curl --location --output ic-repl "https://github.com/mraszyk/ic-repl/releases/download/$version/ic-repl-linux64"
35+
version=0.7.7
36+
curl --location --output ic-repl "https://github.com/dfinity/ic-repl/releases/download/$version/ic-repl-linux64"
3737
mv ./ic-repl /usr/local/bin/ic-repl
3838
chmod a+x /usr/local/bin/ic-repl
3939

0 commit comments

Comments
 (0)