Skip to content

Commit b0ca565

Browse files
build with --locked, remove forc-doc installation (#36)
1 parent 4383239 commit b0ca565

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/nightly-forc-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,7 @@ jobs:
116116

117117
- name: Build forc binaries
118118
run: |
119-
cross build --profile=release --target ${{ matrix.job.target }} --bins
120-
121-
- name: Install forc-doc
122-
uses: actions-rs/cargo@v1
123-
with:
124-
command: install
125-
args: --profile=release --path ./forc-plugins/forc-doc
119+
cross build --profile=release --locked --target ${{ matrix.job.target }} --bins
126120
127121
- name: Prep Assets
128122
id: prep_assets

0 commit comments

Comments
 (0)