Skip to content

Commit

Permalink
ci: merge download_sdk.sh into action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <[email protected]>
  • Loading branch information
umarcor committed Apr 13, 2023
1 parent 04cfa7f commit 06db64e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 5 additions & 1 deletion ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ runs:
export CI_SCRIPTS_PATH="$GITHUB_ACTION_PATH"
source $GITHUB_ACTION_PATH/common.sh
bash $GITHUB_ACTION_PATH/download_sdk.sh
if [ $OS_NAME = 'osx' ]; then
if [[ ! -d $HOME/sdk/MacOSX10.9.sdk ]]; then
git clone https://github.com/phracker/MacOSX-SDKs $HOME/sdk
fi
fi
bash $GITHUB_ACTION_PATH/install.sh
set -x
if [ $SCRIPT ]; then
Expand Down
5 changes: 0 additions & 5 deletions ci/download_sdk.sh

This file was deleted.

0 comments on commit 06db64e

Please sign in to comment.