Skip to content

Commit 06db64e

Browse files
committed
ci: merge download_sdk.sh into action.yml
Signed-off-by: Unai Martinez-Corral <[email protected]>
1 parent 04cfa7f commit 06db64e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

ci/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ runs:
1616
export CI_SCRIPTS_PATH="$GITHUB_ACTION_PATH"
1717
1818
source $GITHUB_ACTION_PATH/common.sh
19-
bash $GITHUB_ACTION_PATH/download_sdk.sh
19+
if [ $OS_NAME = 'osx' ]; then
20+
if [[ ! -d $HOME/sdk/MacOSX10.9.sdk ]]; then
21+
git clone https://github.com/phracker/MacOSX-SDKs $HOME/sdk
22+
fi
23+
fi
2024
bash $GITHUB_ACTION_PATH/install.sh
2125
set -x
2226
if [ $SCRIPT ]; then

ci/download_sdk.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)