tools: build tool fail

This commit is contained in:
Ramon Roche
2024-08-09 09:12:02 -07:00
parent 4d5c4b53ee
commit 8b758efa44
+1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
# This script is meant to be used by the build_all.yml workflow in a github runner
# Please only modify if you know what you are doing
set -e
targets=$1
for target in ${targets//,/ }