Update main.yml
This commit is contained in:
parent
358749afd7
commit
9a886eac47
|
@ -37,7 +37,6 @@ jobs:
|
||||||
GOARCH: 386
|
GOARCH: 386
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
run: |
|
run: |
|
||||||
gcc --version
|
|
||||||
go test
|
go test
|
||||||
Linux_x64:
|
Linux_x64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -53,6 +52,8 @@ jobs:
|
||||||
wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-linux-x64.7z
|
wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-linux-x64.7z
|
||||||
7z e ultralight.7z *.so -r
|
7z e ultralight.7z *.so -r
|
||||||
- name: Test
|
- name: Test
|
||||||
|
env:
|
||||||
|
LD_LIBRARY_PATH: .
|
||||||
run: go test -ldflags "-r ."
|
run: go test -ldflags "-r ."
|
||||||
Mac_x64:
|
Mac_x64:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
|
|
Loading…
Reference in New Issue