mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
apt update
This commit is contained in:
parent
50b579ed4f
commit
572dfb2656
1
.github/workflows/build-shit.yml
vendored
1
.github/workflows/build-shit.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y libx11-dev xorg-dev libgl-dev libxi-dev libxext-dev libasound2-dev libxinerama-dev libxrandr-dev libgl1-mesa-dev
|
sudo apt-get install -y libx11-dev xorg-dev libgl-dev libxi-dev libxext-dev libasound2-dev libxinerama-dev libxrandr-dev libgl1-mesa-dev
|
||||||
haxelib run lime build html5 -release --times
|
haxelib run lime build html5 -release --times
|
||||||
ls
|
ls
|
||||||
|
|
Loading…
Reference in a new issue