Skip to content

Commit

Permalink
Bump didc to match
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Nov 21, 2023
1 parent f9edbc5 commit 373b76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Gets didc
echo "$PATH" | tr : "\n"
mkdir -p "$HOME/.local/bin"
curl -Lf https://github.com/dfinity/candid/releases/download/2022-08-09/didc-linux64 | install -m 755 /dev/stdin "$HOME/.local/bin/didc"
curl -Lf https://github.com/dfinity/candid/releases/download/2023-09-27/didc-linux64 | install -m 755 /dev/stdin "$HOME/.local/bin/didc"
# Gets prettier in a minute
npm ci
# Gets candid
Expand Down

0 comments on commit 373b76e

Please sign in to comment.