Skip to content

Commit

Permalink
Change SGX_MODE for macos secretcli build
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Oct 11, 2024
1 parent 2cf1426 commit d13f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
name: set up go
go-version: 1.23 # The Go version to download (if necessary) and use.
- name: Build macos darwin/arm64
run: make build_cli
run: SGX_MODE=SW make build_cli
- uses: actions/upload-artifact@v3
with:
name: secretcli-macos-arm64
Expand Down

0 comments on commit d13f800

Please sign in to comment.