Skip to content

Commit 7b010d2

Browse files
authored
Renamed scheme to use static value
1 parent 722b313 commit 7b010d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo Using default scheme: $default
2323
- name: Build
2424
env:
25-
scheme: ${{ 'default' }}
25+
scheme: ${{ 'LSFileWrapper (iOS)' }}
2626
platform: ${{ 'iOS Simulator' }}
2727
run: |
2828
device=`instruments -s -devices | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}'`

0 commit comments

Comments
 (0)