WatchyWatchFace/.forgejo/workflows/compile.yml
Lewis Jackson 40949933e5 Update workflow to use preprepared docker image
Clean up YML

Specify path for pio explicitly
2023-05-31 23:06:57 +03:00

14 lines
305 B
YAML

name: Compile
run-name: ${{ github.actor }} is compiling
on: [push]
jobs:
Compile:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Compile
run: |
cd ${{ github.workspace }}
/root/.platformio/penv/bin/pio run