Skip to content

Commit 6742ebe

Browse files
test: uses foundry-version input (#151)
* test: uses foundry-version input * test: specify foundry version * test: install script from master * test: uses double quotes instead
1 parent c701a7b commit 6742ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-e2e-env/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ inputs:
4444
foundry-version:
4545
description: Foundry version to install
4646
required: false
47-
default: 'v1.2.3'
47+
default: 'v0.3.0'
4848
android-avd-name:
4949
description: 'Name of AVD to create and boot (for Android)'
5050
required: false
@@ -233,7 +233,7 @@ runs:
233233
234234
echo "$FOUNDRY_BIN" >> "$GITHUB_PATH"
235235
236-
"$FOUNDRY_BIN/foundryup"
236+
"$FOUNDRY_BIN/foundryup" -i "${{ inputs.foundry-version }}"
237237
238238
## IOS Setup ##
239239

0 commit comments

Comments
 (0)