Skip to content

Commit 114f72c

Browse files
committed
feat: enable other targets
1 parent a58d92d commit 114f72c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/embedded_devices.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
matrix:
2525
build_target:
2626
- ios
27-
# - ios_simulator
28-
# - visionos
29-
# - visionos_simulator
30-
# - tvos
31-
# - tvos_simulator
27+
- ios_simulator
28+
- visionos
29+
- visionos_simulator
30+
- tvos
31+
- tvos_simulator
3232
steps:
3333
- name: checkout
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)