mirror of https://github.com/liamg/aminal.git
fixed darwin build
This commit is contained in:
parent
e60a57a0e3
commit
74ea19eb58
|
@ -31,6 +31,7 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: make build-darwin
|
||||
- run: cp /build/bin/darwin/* bin/darwin/
|
||||
- persist_to_workspace:
|
||||
root: bin
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue