File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9292        curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip 
9393        unzip ninja.zip 
9494        mv ninja.exe build/ 
95-         curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-v3- 20240304-git-9ac791c.7z/download > mpv.7z 
95+         curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20240304-git-9ac791c.7z/download > mpv.7z 
9696        7z x mpv.7z 
9797        mkdir mpv 
9898        mv include mpv 
@@ -136,7 +136,7 @@ jobs:
136136        curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip 
137137        unzip ninja.zip 
138138        mv ninja.exe build/ 
139-         curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20240304-git-9ac791c.7z/download > mpv.7z 
139+         curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-v3- 20240304-git-9ac791c.7z/download > mpv.7z 
140140        7z x mpv.7z 
141141        mkdir mpv 
142142        mv include mpv 
@@ -208,6 +208,7 @@ jobs:
208208
209209  build-ubuntu :
210210    strategy :
211+       fail-fast : false 
211212      matrix :
212213        tag : [oracular, noble, jammy] 
213214    runs-on : " ubuntu-latest" 
@@ -278,6 +279,7 @@ jobs:
278279
279280build-debian :
280281    strategy :
282+       fail-fast : false 
281283      matrix :
282284        tag : [bookworm, trixie] 
283285    runs-on : " ubuntu-latest" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments