Skip to content

Commit

Permalink
fuck github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm committed Jan 15, 2024
1 parent 518a98c commit 2f6a21f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
ls /Applications/
- name: Set Default Scheme
run: |
sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
scheme_list=$(xcodebuild -list -json | tr -d "\n")
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
echo $default | cat >default
Expand Down

0 comments on commit 2f6a21f

Please sign in to comment.