Clean up YML
Some checks failed
Compile / Compile (push) Failing after 6s

This commit is contained in:
Lewis Jackson 2023-05-31 22:50:47 +03:00
parent 549ab6ebd3
commit 5aa5daac01

View file

@ -5,19 +5,10 @@ jobs:
Compile:
runs-on: ubuntu-latest
steps:
- name: Setup PlatformIO
run: |
apt update
apt -y install curl git python3 python3-pip
python3 -m pip install --upgrade pip
pip3 install -U platformio
pio upgrade --dev
- name: Setup node
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
- name: Checkout code
uses: actions/checkout@v3
- name: Compile
run: cd ${{ github.workspace }}
run: pio run
run: |
cd ${{ github.workspace }}
pio run