We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c701a7b commit 6742ebeCopy full SHA for 6742ebe
1 file changed
.github/actions/setup-e2e-env/action.yml
@@ -44,7 +44,7 @@ inputs:
44
foundry-version:
45
description: Foundry version to install
46
required: false
47
- default: 'v1.2.3'
+ default: 'v0.3.0'
48
android-avd-name:
49
description: 'Name of AVD to create and boot (for Android)'
50
@@ -233,7 +233,7 @@ runs:
233
234
echo "$FOUNDRY_BIN" >> "$GITHUB_PATH"
235
236
- "$FOUNDRY_BIN/foundryup"
+ "$FOUNDRY_BIN/foundryup" -i "${{ inputs.foundry-version }}"
237
238
## IOS Setup ##
239
0 commit comments