Update main.yml
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -12,8 +12,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
sudo apt update,
|
sudo apt-get update,
|
||||||
sudo apt install -y haxe libgl1-mesa-dev libglu1-mesa-dev g++ g++-multilib gcc-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev,
|
sudo apt-get install -y haxe libgl1-mesa-dev libglu1-mesa-dev g++ g++-multilib gcc-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev,
|
||||||
haxelib install hxcpp,
|
haxelib install hxcpp,
|
||||||
git clone https://github.com/jgranick/format ~/format --depth 1,
|
git clone https://github.com/jgranick/format ~/format --depth 1,
|
||||||
haxelib dev format ~/format,
|
haxelib dev format ~/format,
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
git clone https://github.com/openfl/munit ~/munit --depth 1,
|
git clone https://github.com/openfl/munit ~/munit --depth 1,
|
||||||
haxelib dev munit ~/munit/src,
|
haxelib dev munit ~/munit/src,
|
||||||
cd ~/munit/tool && haxe build.hxml,
|
cd ~/munit/tool && haxe build.hxml,
|
||||||
apt install -y build-essential git curl python,
|
sudo apt-get install -y build-essential git curl python,
|
||||||
curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py,
|
curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py,
|
||||||
pip install awscli awsebcli,
|
pip install awscli awsebcli,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user