Removes nrfutil from default install (#595)

* remove nrfutil from the default install

* run CI Fuzz after merging, so changes are reflected
This commit is contained in:
kaczmarczyck
2023-02-13 17:49:29 +01:00
committed by GitHub
parent 98ecdec453
commit 963549f9bb
3 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
name: CIFuzz
on:
pull_request:
push:
branches:
- develop
jobs:

View File

@@ -25,6 +25,8 @@ following:
* python3 and pip (can be installed with the `python3-pip` package on Debian)
* the OpenSSL command line tool (can be installed and configured with the
`libssl-dev` and `pkg-config` packages on Debian)
* `nrfutil` (can be installed using `pip3 install nrfutil`) if you want to flash
a device with DFU
* `uuid-runtime` if you are missing the `uuidgen` command.
* `llvm` if you want to use the upgradability feature.

View File

@@ -8,6 +8,3 @@ colorama
tqdm
cryptography
fido2 >= 1.0.0
# DFU install
nrfutil