We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62551fc + f1d20b2 commit 234ebf4Copy full SHA for 234ebf4
.github/actions/deps/ports/nordic/action.yml
@@ -5,7 +5,7 @@ runs:
5
steps:
6
- name: Get nrfutil 7+
7
run: |
8
- wget https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil
+ wget https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/x86_64-unknown-linux-gnu/nrfutil
9
chmod +x nrfutil
10
./nrfutil install nrf5sdk-tools
11
mkdir -p $HOME/.local/bin
0 commit comments