Skip to content

Commit 705690f

Browse files
committed
Do not run multiline cmd on windows
1 parent 1877f07 commit 705690f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/_build-release.yml

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

9494
- name: Build
95-
run: |
96-
${{ env.CARGO }} build --release --locked --target ${{ matrix.target }} --workspace --exclude scarb-prove \
97-
--exclude scarb-verify ${{ inputs.include-cairols && '--exclude scarb-cairo-language-server' || ''}} \
98-
--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' || ''}}
9996

10097
- uses: dtolnay/rust-toolchain@master
10198
if: inputs.include-stwo

0 commit comments

Comments
 (0)