Skip to content

Commit a8f411d

Browse files
committed
Fix flag
1 parent b6258ea commit a8f411d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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

.github/workflows/build-dev.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
description: "Dry run"
88
type: boolean
99
default: true
10+
upgrade-cairo:
11+
description: "Upgrade Cairo"
12+
type: boolean
13+
default: true
1014
upgrade-cairols:
1115
description: "Upgrade CairoLS"
1216
type: boolean

0 commit comments

Comments
 (0)