Update main.yml
This commit is contained in:
parent
1f58aaba3c
commit
fdcff7bbc2
|
@ -51,10 +51,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
sudo apt update && sudo apt install -y xorg openbox
|
|
||||||
- name: Test
|
- name: Test
|
||||||
env:
|
env:
|
||||||
LD_LIBRARY_PATH: .
|
LD_LIBRARY_PATH: .
|
||||||
|
DISPLAY: :0
|
||||||
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