Skip to content

Commit efbc7d3

Browse files
committed
.github: workflows: test: install curl before nrfutil setup
Add `curl` install step since it may not be available in the runner environment when downloading nrfutil. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
1 parent e7f9a9e commit efbc7d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
- name: Install nrfutil
114114
run: |
115115
set -eu
116+
apt-get update && apt-get install --no-install-recommends -y curl
116117
work_dir="$(mktemp -d)"
117118
curl -fsSL \
118119
https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/x86_64-unknown-linux-gnu/nrfutil \

0 commit comments

Comments
 (0)