Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayMoreBoy authored Aug 31, 2023
1 parent 0faf0f7 commit 64391bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ steps:
git clone -q ${plugin##*,} ${plugin%,*} -b master --depth=1
cd ${plugin%,*}
if [[ "${plugin%,*}" != "ATH9KFixup" ]] ; then
wget -q https://github.com/acidanthera/Lilu/releases/download/1.4.7/Lilu-1.4.7-DEBUG.zip
unzip -q Lilu-1.4.7-DEBUG.zip && rm -rf Lilu-1.6.7-DEBUG.zip
wget -q https://github.com/acidanthera/Lilu/releases/download/1.3.7/Lilu-1.3.7-DEBUG.zip
unzip -q Lilu-1.3.7-DEBUG.zip && rm -rf Lilu-1.3.7-DEBUG.zip
fi
xcodebuild -configuration Debug > /dev/null 2>&1
xcodebuild -configuration Release > /dev/null 2>&1
Expand Down

0 comments on commit 64391bd

Please sign in to comment.