Skip to content

Commit

Permalink
build with --locked, remove forc-doc installation (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
eightfilms authored Jan 30, 2023
1 parent 4383239 commit b0ca565
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/nightly-forc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,7 @@ jobs:

- name: Build forc binaries
run: |
cross build --profile=release --target ${{ matrix.job.target }} --bins
- name: Install forc-doc
uses: actions-rs/cargo@v1
with:
command: install
args: --profile=release --path ./forc-plugins/forc-doc
cross build --profile=release --locked --target ${{ matrix.job.target }} --bins
- name: Prep Assets
id: prep_assets
Expand Down

0 comments on commit b0ca565

Please sign in to comment.