Skip to content

Commit

Permalink
With warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Feb 14, 2024
1 parent 907567a commit e39e00f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ jobs:
xcode-version: ${{ matrix.xcode }}
- uses: actions/checkout@v2

- uses: mingjun97/file-regex-replace@v1
with:
regex: SWIFT_TREAT_WARNINGS_AS_ERRORS = NO
replacement: SWIFT_TREAT_WARNINGS_AS_ERRORS = YES
include: project.pbxproj

- run: |
if [ ${{ matrix.xcode }} != ^11 ]; then
echo "CARTHAGE_ARGS=--use-xcframeworks" >> $GITHUB_ENV
Expand Down

0 comments on commit e39e00f

Please sign in to comment.