From 7e84d06a7365a13365f9df7fe45845ddffdc71f1 Mon Sep 17 00:00:00 2001 From: Jason I Date: Mon, 29 Apr 2024 08:42:18 -0700 Subject: [PATCH] chore: add workflow to update ic commit and ic artifacts in dfx cache --- .github/workflows/update-ic-commit.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/update-ic-commit.yml b/.github/workflows/update-ic-commit.yml index ad104d7f5..4f348a8e0 100644 --- a/.github/workflows/update-ic-commit.yml +++ b/.github/workflows/update-ic-commit.yml @@ -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"