summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-07-23 10:14:17 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-07-31 13:00:36 +0200
commit31b46b943e39c2dc2abef488c7a4a45c8ae31786 (patch)
tree9791f35116623a2dab32af907d2c5edc76d28c3b
parentfe68f44b701acec29ad0cd91b4de2b9b0429891a (diff)
downloadmullvadvpn-31b46b943e39c2dc2abef488c7a4a45c8ae31786.tar.xz
mullvadvpn-31b46b943e39c2dc2abef488c7a4a45c8ae31786.zip
Correct requirements
-rw-r--r--ios/MullvadVPNUITests/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/MullvadVPNUITests/README.md b/ios/MullvadVPNUITests/README.md
index 474e08591e..90abfc73bb 100644
--- a/ios/MullvadVPNUITests/README.md
+++ b/ios/MullvadVPNUITests/README.md
@@ -52,12 +52,12 @@ The test device must be on the office WiFi `app-team-ios-tests` in order to be a
- `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
- `brew install xcbeautify wget swiftlint protobuf`
8. Install Ruby
- - `\curl -sSL https://get.rvm.io | bash`
+ - `curl -sSL https://get.rvm.io | bash`
9. Install Rust and add iOS targets
- `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
- `rustup target install aarch64-apple-ios aarch64-apple-ios-sim`
-10. Install Go 1.19
- - `brew install go@1.19`
+10. Install Go 1.20
+ - `brew install go@1.20`
### GitHub runner setup
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.