mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	make cache keys OS dependent
This commit is contained in:
		
							parent
							
								
									9733007236
								
							
						
					
					
						commit
						efdf719125
					
				
					 7 changed files with 7 additions and 7 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/documentation.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/documentation.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -15,7 +15,7 @@ jobs: | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: '**/cpm_modules' | ||||||
|           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/install.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/install.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -22,7 +22,7 @@ jobs: | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: '**/cpm_modules' | ||||||
|           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: build and install library |       - name: build and install library | ||||||
|         run: | |         run: | | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/macos.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/macos.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -22,7 +22,7 @@ jobs: | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: '**/cpm_modules' | ||||||
|           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|         env: |         env: | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -19,7 +19,7 @@ jobs: | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: '**/cpm_modules' | ||||||
|           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|         env: |         env: | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/style.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/style.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -19,7 +19,7 @@ jobs: | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: '**/cpm_modules' | ||||||
|           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: Install format dependencies |       - name: Install format dependencies | ||||||
|         run: | |         run: | | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/ubuntu.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ubuntu.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -23,7 +23,7 @@ jobs: | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: '**/cpm_modules' | ||||||
|           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|         env: |         env: | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/windows.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -22,7 +22,7 @@ jobs: | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: '**/cpm_modules' | ||||||
|           key: cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|         env: |         env: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue