Update main.yml
This commit is contained in:
parent
898b6c669e
commit
836678bbd7
|
@ -51,7 +51,7 @@ 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
|
sudo nohup Xorg :0 &
|
||||||
- name: Test
|
- name: Test
|
||||||
env:
|
env:
|
||||||
LD_LIBRARY_PATH: .
|
LD_LIBRARY_PATH: .
|
||||||
|
|
Loading…
Reference in New Issue