File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ jobs:
19
19
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
20
20
restore-keys : |
21
21
${{ runner.os }}-pip-
22
- - name : Cache PlatformIO
23
- uses : actions/cache@v3
24
- with :
25
- path : ~/.platformio
26
- key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
27
22
- uses : actions/setup-python@v4
28
23
with :
29
- python-version : ' 3.x'
30
- - name : Install PlatformIO
31
- run : |
32
- python -m pip install --upgrade pip
33
- pip install --upgrade platformio
24
+ python-version : ' 3.x'
25
+ # - name: Cache PlatformIO
26
+ # uses: actions/cache@v3
27
+ # with:
28
+ # path: ~/.platformio
29
+ # key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
30
+ # - name: Install PlatformIO
31
+ # run: |
32
+ # python -m pip install --upgrade pip
33
+ # pip install --upgrade platformio
34
34
- name : Deploy updated JSON
35
35
env :
36
36
TRAVIS_BUILD_DIR : ${{ github.workspace }}
43
43
curl -L -o package_rp2040_index.json "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download/$TAG/package_rp2040_index.json"
44
44
./package/update_release.py --token ${CI_GITHUB_API_KEY} --repo "$GITHUB_REPOSITORY" --tag global package_rp2040_index.json
45
45
# Upload to Platform.IO
46
- curl -LO $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download/$TAG/rp2040-$TAG.zip
47
- pio package publish rp2040-$TAG.zip --non-interactive
46
+ # curl -LO $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download/$TAG/rp2040-$TAG.zip
47
+ # pio package publish rp2040-$TAG.zip --non-interactive
You can’t perform that action at this time.
0 commit comments