Skip to content

Commit ce2c30b

Browse files
authored
build-examples.sh: re-enable Embedded example package
The compiler crash should be fixed in `swift-DEVELOPMENT-SNAPSHOT-2026-01-09-a`. Resolves #449.
1 parent 5f536c8 commit ce2c30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/build-examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
EXCLUDED_EXAMPLES=("Embedded")
5+
EXCLUDED_EXAMPLES=()
66

77
for example in Examples/*; do
88
skip_example=false

0 commit comments

Comments
 (0)