Skip to content

Commit

Permalink
using fixed version for gomobile ios
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Dec 7, 2020
1 parent 19655a9 commit c72b817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gomobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15'
go-version: '1.15.4'
# using fixed version due to error: go build runtime/cgo: invalid flag in go:cgo_ldflag: -fembed-bitcode
- name: Install Gomobile
run: make gomobile
- name: Build
Expand Down

0 comments on commit c72b817

Please sign in to comment.