1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-18 16:23:07 +01:00

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

View File

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