summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ios.yml5
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