Mac brew install & x86 env dump
This commit is contained in:
parent
fa26f9314b
commit
f9c62e8362
|
@ -36,7 +36,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GOARCH: 386
|
GOARCH: 386
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
run: go test
|
run: |
|
||||||
|
go env
|
||||||
|
go test
|
||||||
Linux_x64:
|
Linux_x64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -63,6 +65,7 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
run: |
|
run: |
|
||||||
|
brew install p7zip
|
||||||
wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-mac-x64.7z
|
wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-mac-x64.7z
|
||||||
7z e ultralight.7z .\bin\*.dylib
|
7z e ultralight.7z .\bin\*.dylib
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
Loading…
Reference in New Issue