Skip to content

Commit 837bdbb

Browse files
committed
Fix flag
1 parent b6258ea commit 837bdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: echo "CARGO=cross" >> $GITHUB_ENV
9393

9494
- name: Build
95-
run: ${{ env.CARGO }} build --release --locked --target ${{ matrix.target }} --workspace --exclude scarb-prove --exclude scarb-verify ${{ !inputs.include-cairols && '--exclude scarb-cairo-language-server' || ''}} --no-default-features ${{ !inputs.include-lint && '--features scarb/scarb-lint' || ''}}
95+
run: ${{ env.CARGO }} build --release --locked --target ${{ matrix.target }} --workspace --exclude scarb-prove --exclude scarb-verify ${{ !inputs.include-cairols && '--exclude scarb-cairo-language-server' || ''}} --no-default-features ${{ inputs.include-lint && '--features scarb/scarb-lint' || ''}}
9696

9797
- uses: dtolnay/rust-toolchain@master
9898
if: inputs.include-stwo

0 commit comments

Comments
 (0)