Skip to content

Commit 1916c80

Browse files
committed
Fix packaging test after addition of st7735s
Commit 6109c20 added a new st7735s crate but I forgot to add it to the post-merge package check, so it failed. Fix it now.
1 parent 8540565 commit 1916c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ EOF
5555

5656
# Package one crate at a time and add it to the local registry so that subsequent crates
5757
# can pick them up.
58-
for dir in core std repl client terminal sdl rpi cli; do
58+
for dir in core std repl client terminal sdl st7735s rpi cli; do
5959
cd "${dir}"
6060
cargo index add --index "${registry}/index" --index-url https://example.com
6161
cd -

0 commit comments

Comments
 (0)