Skip to content

Commit d9db6d7

Browse files
committed
Add package prefix to build CI
1 parent 1bb4d61 commit d9db6d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
steps:
1313
- name: Run Build CI workflow
1414
uses: adafruit/workflows-circuitpython-libs/build@main
15+
with:
16+
package-prefix: "asyncio"

0 commit comments

Comments
 (0)