Skip to content

Commit 0d3d099

Browse files
author
danny
committed
fixed error
1 parent 6d44194 commit 0d3d099

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ jobs:
138138
- name: Install Nordic Toolchain
139139
run: |
140140
mkdir -p /tmp/nrf-cache
141-
if [ ! -f "/tmp/nrf-cache/nrf-command-line-tools_10.23.0_amd64.deb" ]; then
142141
if [ ! -f "/tmp/nrf-cache/nrf-command-line-tools_10.23.0_amd64.deb" ]; then
143142
echo "Downloading Nordic Toolchain..."
144143
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

Comments
 (0)