Skip to content

Commit

Permalink
✨ 修复圆角的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Oct 4, 2024
1 parent 1d93dda commit 9a84247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
goos: [ linux, windows, darwin ]
goarch: [ amd64, arm64, arm, "386" ]
exclude:
- os: darwin
arch: "386"
- os: darwin
arch: arm
- goos: darwin
goarch: "386"
- goos: darwin
goarch: arm

steps:
- name: Checkout code
Expand Down

0 comments on commit 9a84247

Please sign in to comment.