Skip to content
Snippets Groups Projects
Commit e3a038d2 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fail earlier when isn't available. Use homebrew path in iOS builds.

parent 8303e4f3
No related branches found
No related tags found
1 merge request!695Handle empty rounds list when getting round URL in single use request timeout
...@@ -104,7 +104,8 @@ bindings-ios: ...@@ -104,7 +104,8 @@ bindings-ios:
tags: tags:
- ios - ios
script: script:
- export PATH=$PATH:$HOME/go/bin - export PATH=/opt/homebrew/bin:$PATH:$HOME/go/bin
- mc --version
- go mod tidy - go mod tidy
- rm -rf vendor/ - rm -rf vendor/
- go build ./... - go build ./...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment