Skip to content

Commit

Permalink
ci: add --no-locked param
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Aug 21, 2024
1 parent 61e1de5 commit eed9aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/latest/download/cargo-near-installer.sh | sh

- name: Build contract
run: cargo near build --no-docker --no-abi
run: cargo near build --no-docker --no-abi --no-locked

- name: Install near CLI
run: |
Expand Down

0 comments on commit eed9aac

Please sign in to comment.