File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 92
92
run : echo "CARGO=cross" >> $GITHUB_ENV
93
93
94
94
- 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' || ''}}
96
96
97
97
- uses : dtolnay/rust-toolchain@master
98
98
if : inputs.include-stwo
Original file line number Diff line number Diff line change @@ -152,9 +152,9 @@ jobs:
152
152
with :
153
153
scarb-tag : v${{ needs.prepare.outputs.nightly_version }}
154
154
ref : ${{ needs.prepare.outputs.nightly_branch }}
155
- include-cairols : ${{ inputs.include-cairols }}
156
- include-stwo : ${{ inputs.include-stwo }}
157
- include-lint : ${{ inputs.include-lint }}
155
+ include-cairols : ${{ !! inputs.include-cairols }}
156
+ include-stwo : ${{ !! inputs.include-stwo }}
157
+ include-lint : ${{ !! inputs.include-lint }}
158
158
159
159
upload :
160
160
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments