Skip to content

Commit

Permalink
ic-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Nov 4, 2024
1 parent 77c6807 commit a196075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provision-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then
fi

# Install ic-repl
version=0.7.6
curl --location --output ic-repl "https://github.com/chenyan2002/ic-repl/releases/download/$version/ic-repl-macos"
version=effective-canister-id
curl --location --output ic-repl "https://github.com/mraszyk/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
4 changes: 2 additions & 2 deletions .github/workflows/provision-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then
fi

# Install ic-repl
version=0.7.6
curl --location --output ic-repl "https://github.com/chenyan2002/ic-repl/releases/download/$version/ic-repl-linux64"
version=effective-canister-id
curl --location --output ic-repl "https://github.com/mraszyk/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 a196075

Please sign in to comment.