[Build] Only pio pkg update for current environment

This commit is contained in:
Ton Huisman
2025-03-04 21:57:06 +01:00
parent d01f865792
commit df332756a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
pip3 install --upgrade pip
pip install wheel
pip install -r requirements.txt
pio pkg update
pio pkg update -e ${{ matrix.env }}
- name: Get current date
id: date
run: |
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
run: |
sudo apt install binutils build-essential libffi-dev libgit2-dev
pip install -r requirements.txt
pio pkg update
pio pkg update -e ${{ matrix.env }}
- name: Build and archive
id: build-and-archive
env: