mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[Build] Only pio pkg update for current environment
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user