File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747  #  https://github.com/swiftlang/github-workflows/issues/34
4848  musl :
4949    runs-on : ubuntu-latest 
50-     container : swift:6.0-noble 
50+     container : swift:6.0.2 -noble 
5151    timeout-minutes : 30 
5252    steps :
5353      - name : Check out code 
5454        uses : actions/checkout@v4 
5555      - name : Install SDK 
56-         run : swift sdk install https://download.swift.org/swift-6.0.1 -release/static-sdk/swift-6.0.1 -RELEASE/swift-6.0.1 -RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum d4f46ba40e11e697387468e18987ee622908bc350310d8af54eb5e17c2ff5481  
56+         run : swift sdk install https://download.swift.org/swift-6.0.2 -release/static-sdk/swift-6.0.2 -RELEASE/swift-6.0.2 -RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum aa5515476a403797223fc2aad4ca0c3bf83995d5427fb297cab1d93c68cee075  
5757      - name : Build 
5858        run : swift build --swift-sdk x86_64-swift-linux-musl 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments