mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-10 06:38:04 -05:00
Modify scripts to run on MacOS (#233)
Updates scripts/docs to support macOS as well as Linux/aarch64 (arm64)
This commit is contained in:
3
.github/workflows/build-macos.yaml
vendored
3
.github/workflows/build-macos.yaml
vendored
@@ -40,5 +40,8 @@ jobs:
|
||||
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-go-mod
|
||||
|
||||
- name: Install brew dependencies
|
||||
run: brew install coreutils
|
||||
|
||||
- name: Run build
|
||||
run: make build
|
||||
|
||||
Reference in New Issue
Block a user