diff --git a/.github/workflows/provision-darwin.sh b/.github/workflows/provision-darwin.sh index 6f32849d2..e8bf6d89d 100755 --- a/.github/workflows/provision-darwin.sh +++ b/.github/workflows/provision-darwin.sh @@ -38,7 +38,7 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then fi # Install ic-repl -version=0.7.0 +version=0.7.6 curl --location --output ic-repl "https://github.com/chenyan2002/ic-repl/releases/download/$version/ic-repl-macos" mv ./ic-repl /usr/local/bin/ic-repl chmod a+x /usr/local/bin/ic-repl diff --git a/.github/workflows/provision-linux.sh b/.github/workflows/provision-linux.sh index 8c24c326e..f9630227a 100755 --- a/.github/workflows/provision-linux.sh +++ b/.github/workflows/provision-linux.sh @@ -32,7 +32,7 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then fi # Install ic-repl -version=0.7.0 +version=0.7.6 curl --location --output ic-repl "https://github.com/chenyan2002/ic-repl/releases/download/$version/ic-repl-linux64" mv ./ic-repl /usr/local/bin/ic-repl chmod a+x /usr/local/bin/ic-repl