File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then
38
38
fi
39
39
40
40
# 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"
43
43
mv ./ic-repl /usr/local/bin/ic-repl
44
44
chmod a+x /usr/local/bin/ic-repl
45
45
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then
32
32
fi
33
33
34
34
# 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"
37
37
mv ./ic-repl /usr/local/bin/ic-repl
38
38
chmod a+x /usr/local/bin/ic-repl
39
39
You can’t perform that action at this time.
0 commit comments