Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Nov 2, 2023
1 parent 2e3c55e commit 0f44c8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/docs/doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
https://www.cnblogs.com/yjp372928571/p/12758614.html

gpg -o my-gpg-prvi-key -a --export-secret-keys

gpg --import my-gpg-prvi-key
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
run: go test ./...
- name: install and setup gomobile
run: |
go get -u golang.org/x/mobile
go install golang.org/x/mobile/cmd/gobind@latest
go install golang.org/x/mobile/cmd/gomobile@latest
gomobile init
Expand Down

0 comments on commit 0f44c8d

Please sign in to comment.