Skip to content

Commit 234ebf4

Browse files
authored
Merge pull request #10530 from dhalbert/wget-nrfutil-elsewhere
.github/actions/deps/ports/nordic/action.yml: Change URL for nrfutil
2 parents 62551fc + f1d20b2 commit 234ebf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deps/ports/nordic/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- name: Get nrfutil 7+
77
run: |
8-
wget https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil
8+
wget https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/x86_64-unknown-linux-gnu/nrfutil
99
chmod +x nrfutil
1010
./nrfutil install nrf5sdk-tools
1111
mkdir -p $HOME/.local/bin

0 commit comments

Comments
 (0)