From a9ece2385181bb0f81ec93e456f86b651fb8cb80 Mon Sep 17 00:00:00 2001 From: "zero.qn" Date: Wed, 27 Apr 2022 22:12:54 +0800 Subject: [PATCH] chore(ci): use prebuild godwoken-scripts and godwoken-polyjuice --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4c5148849..311620b3c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -37,5 +37,7 @@ jobs: with: # github.ref: The branch or tag ref that triggered the workflow run. For branches this is the format refs/heads/, and for tags it is refs/tags/. godwoken_ref: ${{ github.ref }} + gw_prebuild_image_name: ghcr.io/zeroqn/godwoken-prebuilds + gw_prebuil_image_tag: v1.1-feat-change-ckb-decimal-to-18 # For godwoken-scripts and godwoken-polyjuice binaries kicker_ref: refs/pull/239/head # https://github.com/RetricSu/godwoken-kicker/pull/239 tests_ref: refs/pull/105/head # https://github.com/nervosnetwork/godwoken-tests/pull/105