Skip to content

Commit

Permalink
fix: small adjustments to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Oct 14, 2024
1 parent 7312fac commit 71fb1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-workflow-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ jobs:
- uses: actions/checkout@v4
if: ${{ inputs.build-and-push-docker-image }}
- name: Install dependencies
if: ${{ inputs.build-and-push-docker-image-wasm }}
if: ${{ inputs.build-and-push-docker-image }}
run: make python-install-deps

- name: Determine Build arguments
if: ${{ inputs.build-and-push-docker-image-wasm }}
if: ${{ inputs.build-and-push-docker-image }}
id: build-args
run: |
echo "version=$(scripts/get-libwasm-version.py --get-version)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 71fb1b1

Please sign in to comment.