diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-06-16 12:34:58 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-06-21 11:08:42 +0200 |
| commit | de20bfe5679ab3ce47ce9de6ea04415db105f0f4 (patch) | |
| tree | 544ba665cbc6dff52b90ae6d141b7c277a448d1f /.github/workflows | |
| parent | 31800069a3b6dff5e16f9320257384f12b5717ae (diff) | |
| download | mullvadvpn-de20bfe5679ab3ce47ce9de6ea04415db105f0f4.tar.xz mullvadvpn-de20bfe5679ab3ce47ce9de6ea04415db105f0f4.zip | |
Actions: setup go-lang 1.16
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ios.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 97a4383456..f8d5b06a38 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -17,6 +17,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + - name: Setup go-lang + uses: actions/setup-go@v2 + with: + go-version: '1.16.5' + - name: Prepare iOS 12 simulator run: | sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes |
