File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626 - windows-latest
2727 version :
2828 - latest # actual version
29- - 2.4.1 # specified version
29+ # specified version
30+ - 2.4.1
31+ - 2.7.6
3032 cache : [true, false]
3133 gcc : [true, false]
3234 root-win-path : [true, false]
Original file line number Diff line number Diff line change @@ -107,9 +107,10 @@ runs:
107107 shell : bash
108108 run : |
109109 unzip ${{ steps.cfg.outputs.filename }}
110- sudo installer -store -pkg "PlaydateSDK.pkg" -target /
111- cat ~/.Playdate/config
110+ mkdir -p ~/Developer
111+ sudo installer -pkg "PlaydateSDK.pkg" -target ~/Developer
112112 echo "root: $PLAYDATE_SDK_PATH"
113+ cat ~/.Playdate/config || echo "MISSED CONFIG"
113114 PLAYDATE_SDK_PATH="$(grep -E '^\s*SDKRoot' ~/.Playdate/config | head -n 1 | awk '{print $2}')"
114115 echo "PLAYDATE_SDK_PATH=$PLAYDATE_SDK_PATH" >> $GITHUB_ENV
115116
You can’t perform that action at this time.
0 commit comments