You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,6 @@ set -e
28
28
29
29
# This script gets executed in "test" steps for non-release builds. See the "Build assets" step in release.yml for the build of actual release artifacts
30
30
# Gather the package submods that are supported in CircuitPython and create a comma-separated string to pass to circuitpython-build-bundles
31
-
CIRCUP_DIRS="\"$(paste -sd ',' circuitpython_support.txt | sed 's/,/, /g')\""
0 commit comments