Merge pull request #85 from free-x/fix-ci

Fix ci
This commit is contained in:
Andreas Vogel 2024-10-11 15:43:33 +02:00 committed by GitHub
commit 38d56f1c57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ jobs:
- name: Install deps
run: |
#apt-get install -y python3-pip
python3 -m pip install --upgrade pip
pip install -U platformio
python3 -m pip install --upgrade pip --break-system-packages
pip install -U platformio --break-system-packages
- name: Build
run: |
pio run