From a4c09973c5a0572501e6a57cd19998d1212cff8c Mon Sep 17 00:00:00 2001 From: Peter Salomonsen Date: Sun, 12 Jan 2025 12:44:35 +0100 Subject: [PATCH] note about https://github.com/near/cargo-near/issues/287 --- .github/workflows/deploy-treasury-factory-contract.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-treasury-factory-contract.yml b/.github/workflows/deploy-treasury-factory-contract.yml index cbba2545..27dbcc41 100644 --- a/.github/workflows/deploy-treasury-factory-contract.yml +++ b/.github/workflows/deploy-treasury-factory-contract.yml @@ -15,7 +15,7 @@ jobs: run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/latest/download/cargo-near-installer.sh | sh - name: Deploy run: | - cargo build + cargo build # TODO: Remove this step once https://github.com/near/cargo-near/issues/287 is fixed cargo near deploy build-non-reproducible-wasm "${{ vars.NEAR_SOCIAL_ACCOUNT_ID }}" \ without-init-call \ network-config mainnet \