Skip to content

Commit

Permalink
chore: add workflow to update ic commit and ic artifacts in dfx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed Apr 29, 2024
1 parent 888dba9 commit 7e84d06
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/update-ic-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
sed -i -e \
"s/$current_sha/$latest_sha/g" \
".ic-commit"
# This updates the download hint when tests are run with a missing binary
sed -i -e \
"s/$current_sha/$latest_sha/g" \
"src/canister_tests/src/framework.rs"
echo "updated=1" >> "$GITHUB_OUTPUT"
else
echo "not updating $current_sha"
echo "updated=0" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 7e84d06

Please sign in to comment.