Skip to content

Commit

Permalink
fix: amd64 build for darwin in nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nange authored Dec 15, 2024
1 parent dc6a8d9 commit 0aa9fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:

- name: Build
run: |
make easyss
make easyss-server
GOOS=darwin GOARCH=amd64 make easyss
GOOS=darwin GOARCH=amd64 make easyss-server
- name: Pack
run: |
Expand Down

0 comments on commit 0aa9fbd

Please sign in to comment.