Skip to content

Commit 8d69273

Browse files
committed
Fix: call nightly build with includde* args
1 parent 705690f commit 8d69273

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

+3
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ jobs:
152152
with:
153153
scarb-tag: v${{ needs.prepare.outputs.nightly_version }}
154154
ref: ${{ needs.prepare.outputs.nightly_branch }}
155+
include-cairols: ${{ inputs.include-cairols }}
156+
include-stwo: ${{ inputs.include-stwo }}
157+
include-lint: ${{ inputs.include-lint }}
155158

156159
upload:
157160
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)