Skip to content

Commit e64d0de

Browse files
committed
fixed github action
1 parent aeb6703 commit e64d0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python-version: ${{ matrix.python }}
5454
- name: Download arduino-cli
5555
run: |
56-
wget https://github.com/arduino/arduino-cli/releases/download/0.35.3/arduino-cli_0.35.3_Linux_64bit.tar.gz
56+
wget https://github.com/arduino/arduino-cli/releases/download/v0.35.3/arduino-cli_0.35.3_Linux_64bit.tar.gz
5757
tar xzf arduino-cli_0.35.3_Linux_64bit.tar.gz
5858
rm arduino-cli_0.35.3_Linux_64bit.tar.gz
5959
- name: Install test dependencies

0 commit comments

Comments
 (0)