Skip to content

Commit

Permalink
bump ic-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 4, 2024
1 parent 5782cca commit 65d20ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/provision-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65d20ea

Please sign in to comment.