We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7312fac commit 71fb1b1Copy full SHA for 71fb1b1
.github/workflows/e2e-test-workflow-call.yml
@@ -116,11 +116,11 @@ jobs:
116
- uses: actions/checkout@v4
117
if: ${{ inputs.build-and-push-docker-image }}
118
- name: Install dependencies
119
- if: ${{ inputs.build-and-push-docker-image-wasm }}
+ if: ${{ inputs.build-and-push-docker-image }}
120
run: make python-install-deps
121
122
- name: Determine Build arguments
123
124
id: build-args
125
run: |
126
echo "version=$(scripts/get-libwasm-version.py --get-version)" >> $GITHUB_OUTPUT
0 commit comments