Skip to content

Commit

Permalink
repl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weigelt committed Apr 24, 2024
1 parent 680301f commit 2c438df
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 @@ -25,7 +25,7 @@ source "$HOME/Library/Application Support/org.dfinity.dfx/env"
dfx cache install

# Install ic-repl
version=0.1.2
version=0.7.0
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 @@ -20,7 +20,7 @@ source "$HOME/.local/share/dfx/env"
dfx cache install

# Install ic-repl
version=0.1.2
version=0.7.0
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 2c438df

Please sign in to comment.