Skip to content

Commit

Permalink
debug action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
le0zh authored and tishion committed Jan 1, 2023
1 parent bbf2cfb commit c6d0d15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
run: xcodebuild -project ${{github.workspace}}/build/QCefView.xcodeproj -target QCefView -configuration ${{env.BUILD_TYPE}}

- name: Build QCefViewTest
run: ls ${{github.workspace}}/build/output/Release/bin
# xcodebuild -project ${{github.workspace}}/build/QCefView.xcodeproj -target QCefViewTest -configuration ${{env.BUILD_TYPE}}
run: xcodebuild -project ${{github.workspace}}/build/QCefView.xcodeproj -target QCefViewTest -configuration ${{env.BUILD_TYPE}}

- name: Install
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit c6d0d15

Please sign in to comment.