1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-07 12:43:31 +08:00

Update github action

This commit is contained in:
Ink-33 2021-01-13 04:05:50 +08:00
parent 7ac31a8b76
commit 0cd06daf08
No known key found for this signature in database
GPG Key ID: 5D8B1D036EFB0D2E
2 changed files with 8 additions and 0 deletions

View File

@ -20,8 +20,12 @@ jobs:
exclude:
- goos: darwin
goarch: arm
- goos: darwin
goarch: arm64
- goos: darwin
goarch: "386"
- goos: windows
goarch: arm64
fail-fast: true
steps:

View File

@ -14,8 +14,12 @@ jobs:
exclude:
- goos: darwin
goarch: arm
- goos: darwin
goarch: arm64
- goos: darwin
goarch: "386"
- goos: windows
goarch: arm64
steps:
- uses: actions/checkout@v2