Skip to content

Commit 0140fce

Browse files
committed
Correct requirements
1 parent 12faf6f commit 0140fce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/MullvadVPNUITests/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ The test device must be on the office WiFi `app-team-ios-tests` in order to be a
5252
- `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
5353
- `brew install xcbeautify wget swiftlint protobuf`
5454
8. Install Ruby
55-
- `\curl -sSL https://get.rvm.io | bash`
55+
- `curl -sSL https://get.rvm.io | bash`
5656
9. Install Rust and add iOS targets
5757
- `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
5858
- `rustup target install aarch64-apple-ios aarch64-apple-ios-sim`
59-
10. Install Go 1.19
60-
- `brew install go@1.19`
59+
10. Install Go 1.20
60+
- `brew install go@1.20`
6161

6262
### GitHub runner setup
6363
1. Ask GitHub admin for new runner token and setup steps from GitHub. Set it up according to the steps, pass `--labels ios-test` to `config.sh` when running it. By default it will also have the labels `self-hosted` and `macOS` which are required as well.

0 commit comments

Comments
 (0)