We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d576936 commit 8c38aa6Copy full SHA for 8c38aa6
.github/workflows/ios.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/checkout@v2
22
- uses: actions/setup-go@v2
23
with:
24
+ # we are using this version to avoid conflict with fast_rsa, they will be using 1.14.13
25
go-version: '1.14.15'
26
- name: Build
27
run: make binding_ios_armv7
0 commit comments