Skip to content

Commit

Permalink
dsa
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 13, 2024
1 parent 0347986 commit 1245f30
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/masterCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ jobs:

- name: Run build-wrapper RollbarCommon
run: |
build-wrapper-macosx-x86 \
--out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} \
xcodebuild \
-workspace RollbarSDK.xcworkspace \
-scheme RollbarCommon \
-derivedDataPath DerivedData \
clean build
xcodebuild \
-workspace RollbarSDK.xcworkspace \
-scheme RollbarCommon \
-derivedDataPath DerivedData \
clean build
- name: Test RollbarCommon
run: |
Expand Down

0 comments on commit 1245f30

Please sign in to comment.