Update .gitea/workflows/ci_meson.yaml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Failing after 49s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Failing after 49s
				
			Make sure download_dxc_cross.sh is executable
This commit is contained in:
		
							parent
							
								
									e1591e3b96
								
							
						
					
					
						commit
						72e8637f5a
					
				@ -38,6 +38,7 @@ jobs:
 | 
				
			|||||||
                apt install -y cmake clang build-essential libwayland-dev libxkbcommon-dev xorg-dev mingw-w64 wine-stable
 | 
					                apt install -y cmake clang build-essential libwayland-dev libxkbcommon-dev xorg-dev mingw-w64 wine-stable
 | 
				
			||||||
            - name: Configure Project
 | 
					            - name: Configure Project
 | 
				
			||||||
              run: |
 | 
					              run: |
 | 
				
			||||||
 | 
					                chmod +x ./scripts_download_dxc_cross.sh
 | 
				
			||||||
                ./scripts/download_dxc_cross.sh
 | 
					                ./scripts/download_dxc_cross.sh
 | 
				
			||||||
                meson setup --cross-file scripts/x86_64-w64-mingw32.txt build
 | 
					                meson setup --cross-file scripts/x86_64-w64-mingw32.txt build
 | 
				
			||||||
            - name: Compile
 | 
					            - name: Compile
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user