mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	experiment with env variable
This commit is contained in:
		
							parent
							
								
									ef4d37738f
								
							
						
					
					
						commit
						b1781e9428
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/windows.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/windows.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -25,9 +25,9 @@ jobs: | ||||||
|           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|         run: | |         env: | ||||||
|           mkdir -p cpm_modules |           CPM_SOURCE_CACHE: ${{GITHUB_WORKSPACE}}/cpm_modules | ||||||
|           cmake -Stest -Bbuild -DCPM_SOURCE_CACHE=$(pwd)/cpm_modules |         run: cmake -Stest -Bbuild | ||||||
| 
 | 
 | ||||||
|       - name: build |       - name: build | ||||||
|         run: cmake --build build --config Debug -j4 |         run: cmake --build build --config Debug -j4 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue