mirror of
				https://github.com/raylib-cs/raylib-cs
				synced 2025-11-02 05:06:44 -05:00 
			
		
		
		
	Fix build (#254)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -84,7 +84,7 @@ jobs:
 | 
			
		||||
          dotnet-version: 6.0.x
 | 
			
		||||
 | 
			
		||||
      - name: build projects
 | 
			
		||||
        run: dotnet build -c Release
 | 
			
		||||
        run: dotnet build -c Release /p:BuildArch=${{ matrix.arch }} 
 | 
			
		||||
 | 
			
		||||
      - name: run tests
 | 
			
		||||
        run: dotnet test Raylib-cs.Tests -c Release
 | 
			
		||||
@@ -117,7 +117,7 @@ jobs:
 | 
			
		||||
          dotnet-version: 6.0.x
 | 
			
		||||
 | 
			
		||||
      - name: build projects
 | 
			
		||||
        run: dotnet build -c Release
 | 
			
		||||
        run: dotnet build -c Release /p:BuildArch=${{ matrix.arch }} 
 | 
			
		||||
 | 
			
		||||
      - name: run tests
 | 
			
		||||
        run: dotnet test Raylib-cs.Tests -c Release
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user