Skip to content

Commit 03cfbb0

Browse files
committed
simple build
1 parent b1539b3 commit 03cfbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ jobs:
167167
for example in examples/*; do
168168
if [ -d "$example" ]; then
169169
echo "Building $example"
170-
cargo build --example $(basename $example)
170+
cargo build
171171
fi
172172
done

0 commit comments

Comments
 (0)