We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d44194 commit 0d3d099Copy full SHA for 0d3d099
.github/workflows/build.yaml
@@ -138,7 +138,6 @@ jobs:
138
- name: Install Nordic Toolchain
139
run: |
140
mkdir -p /tmp/nrf-cache
141
- if [ ! -f "/tmp/nrf-cache/nrf-command-line-tools_10.23.0_amd64.deb" ]; then
142
if [ ! -f "/tmp/nrf-cache/nrf-command-line-tools_10.23.0_amd64.deb" ]; then
143
echo "Downloading Nordic Toolchain..."
144
wget -q https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/desktop-software/nrf-command-line-tools/sw/versions-10-x-x/10-23-0/nrf-command-line-tools_10.23.0_amd64.deb -O /tmp/nrf-cache/nrf-command-line-tools_10.23.0_amd64.deb
0 commit comments