Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Dec 1, 2023
1 parent 87a5125 commit e4e39e3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pioci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ jobs:
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio

- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install PlatformIO Core
run: pip install --upgrade platformio

- name: Build PlatformIO
run: pio ci
env:
PLATFORMIO_CI_SRC: src/main.cpp
- name: Build PlatformIO Project
run: pio run

0 comments on commit e4e39e3

Please sign in to comment.