Skip to content

Commit

Permalink
note about near/cargo-near#287
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Jan 12, 2025
1 parent ba524a8 commit a4c0997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-treasury-factory-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a4c0997

Please sign in to comment.