File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed 
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -211,13 +211,6 @@ find_latest_sdk_snapshot() {
211211    log " Finding latest ${sdk_name} -sdk for Swift nightly-${version} " 
212212    log " Fetching development snapshots from swift.org API..." 
213213
214-     if  [[ " ${sdk_name} " ==  " android" ;  then 
215-         #  FIXME: hardwired Android nightly until there is an API endpoint like
216-         #  https://www.swift.org/api/v1/install/dev/main/android-sdk.json
217-         echo  " swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a|451844c232cf1fa02c52431084ed3dc27a42d103635c6fa71bae8d66adba2500" 
218-         return 
219-     fi 
220- 
221214    local  sdk_json
222215    sdk_json=$( curl -fsSL " ${SWIFT_API_INSTALL_ROOT} /dev/${version} /${sdk_name} -sdk.json" ) ||  fatal " Failed to fetch ${sdk_name} -sdk development snapshots" 
223216
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments