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.
1 parent d183dae commit e1da66cCopy full SHA for e1da66c
Taskfile.yml
@@ -173,7 +173,6 @@ tasks:
173
cmds:
174
- rm ./build/*.deb || true
175
- task: build-deb
176
- vars: { VERSION: v1.0.0 }
177
- adb shell rm /tmp/*.deb || true
178
- adb push ./build/arduino-app-cli_*_arm64.deb /tmp/
179
- ./scripts/run-remote-sudo.sh "dpkg -i /tmp/arduino-app-cli*_arm64.deb && needrestart -r a"
0 commit comments