[CI] pip install wheel CI_FORCE_BUILD
This commit is contained in:
parent
ce5ed55abc
commit
e8964f6e12
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -64,6 +64,7 @@ jobs:
|
|||
elif [[ "${{ contains(matrix.board, 'adafruit:nrf52') }}" == "true" ]]; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3 python3-pip python3-setuptools
|
||||
pip3 install wheel
|
||||
pip3 install --user adafruit-nrfutil
|
||||
echo "::add-path::~/.local/bin/adafruit-nrfutil"
|
||||
echo "::set-output name=index-url::--additional-urls https://www.adafruit.com/package_adafruit_index.json"
|
||||
|
|
Loading…
Add table
Reference in a new issue