Skip to content

Commit b80b313

Browse files
committed
add build yaml device log
1 parent 0845db2 commit b80b313

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
3737
echo $default | cat >default
3838
echo Using default scheme: $default
39+
- name: Print available simulators
40+
run: xcrun simctl list devices
3941
- name: Build
4042
working-directory: ./iosApp
4143
env:

0 commit comments

Comments
 (0)