Skip to content

Commit 85d1aad

Browse files
committed
Temporary fix
See arduino/arduino-cli#529
1 parent 94e0b98 commit 85d1aad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: setup

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ apt install -y \
88

99
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
1010

11+
mkdir -p /root/.arduino15/packages
12+
mkdir -p /root/.arduino15/staging
13+
mkdir -p /root/.arduino15/tmp
14+
1115
arduino-cli version
1216

1317
apt purge -y \

0 commit comments

Comments
 (0)