From f9c62e8362a5f6fbf7fc1635e480464d27a03be5 Mon Sep 17 00:00:00 2001 From: V-X Date: Thu, 17 Oct 2019 22:20:22 -0500 Subject: [PATCH] Mac brew install & x86 env dump --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6504051..b688cc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,9 @@ jobs: env: GOARCH: 386 CGO_ENABLED: 1 - run: go test + run: | + go env + go test Linux_x64: runs-on: ubuntu-latest steps: @@ -63,6 +65,7 @@ jobs: uses: actions/checkout@v1 - name: Install Deps run: | + brew install p7zip wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-mac-x64.7z 7z e ultralight.7z .\bin\*.dylib - name: Test