Skip to content

Commit

Permalink
Use YES instead of true
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller committed Jan 28, 2024
1 parent 2963d6b commit a4e4182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build-for-testing
-scheme "Layout"
-destination "name=$SIMULATOR,OS=latest"
SWIFT_TREAT_WARNINGS_AS_ERRORS=true
SWIFT_TREAT_WARNINGS_AS_ERRORS=YES
- name: Test
run: >
xcodebuild
Expand Down

0 comments on commit a4e4182

Please sign in to comment.