👷 set full path
This commit is contained in:
		
							parent
							
								
									9191926fff
								
							
						
					
					
						commit
						0309025b45
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/windows_clang.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows_clang.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -12,7 +12,7 @@ jobs: | ||||||
|       - name: install Clang |       - name: install Clang | ||||||
|         run: choco install -y llvm |         run: choco install -y llvm | ||||||
|       - name: cmake |       - name: cmake | ||||||
|         run: cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++ -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On |         run: cmake -S . -B build -DCMAKE_CXX_COMPILER=C:\Program Files\LLVM\bin\clang++ -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On | ||||||
|       - name: build |       - name: build | ||||||
|         run: cmake --build build --parallel 10 |         run: cmake --build build --parallel 10 | ||||||
|       - name: test |       - name: test | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue