소스 검색

build: fix pip platformio install

Eric Helgeson 1 년 전
부모
커밋
56f020f6d8
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      .github/workflows/firmware_build.yml

+ 5 - 1
.github/workflows/firmware_build.yml

@@ -16,9 +16,13 @@ jobs:
           path: BlueSCSI
           fetch-depth: "0"
 
+      - uses: actions/setup-python@v5
+        with:
+          python-version: '3.11'
+
       - name: Install platformio
         run: |
-          sudo pip install platformio
+          pip install --upgrade platformio
 
       - name: Build firmware
         run: |