|  |  | @ -24,9 +24,17 @@ runs: | 
			
		
	
		
		
			
				
					
					|  |  |  |       with: |  |  |  |       with: | 
			
		
	
		
		
			
				
					
					|  |  |  |         path: ${{ inputs.path }} |  |  |  |         path: ${{ inputs.path }} | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     - name: restore github cache |  |  |  |     - name: setup github cache | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       if: ${{ !contains(runner.name, 'nsc') }} |  |  |  |       if: ${{ !contains(runner.name, 'nsc') && inputs.save != 'false' }} | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       uses: actions/cache/restore@v3 |  |  |  |       uses: 'actions/cache@v3' | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       with: | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         path: ${{ inputs.path }} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         key: ${{ inputs.key }} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         restore-keys: ${{ inputs.restore-keys }} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     - name: setup github cache | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       if: ${{ !contains(runner.name, 'nsc') && inputs.save == 'false' }} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       uses: 'actions/cache/restore@v3' | 
			
		
	
		
		
			
				
					
					|  |  |  |       with: |  |  |  |       with: | 
			
		
	
		
		
			
				
					
					|  |  |  |         path: ${{ inputs.path }} |  |  |  |         path: ${{ inputs.path }} | 
			
		
	
		
		
			
				
					
					|  |  |  |         key: ${{ inputs.key }} |  |  |  |         key: ${{ inputs.key }} | 
			
		
	
	
		
		
			
				
					|  |  | @ -36,10 +44,3 @@ runs: | 
			
		
	
		
		
			
				
					
					|  |  |  |     - id: scons-cache-setup |  |  |  |     - id: scons-cache-setup | 
			
		
	
		
		
			
				
					
					|  |  |  |       shell: bash |  |  |  |       shell: bash | 
			
		
	
		
		
			
				
					
					|  |  |  |       run: mkdir -p ${{ inputs.path }} |  |  |  |       run: mkdir -p ${{ inputs.path }} | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     - name: save github cache |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       if: ${{ !contains(runner.name, 'nsc') && inputs.save != 'false' }} |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       uses: actions/cache/save@v3 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       with: |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         path: ${{ inputs.path }} |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         key: ${{ inputs.key }} |  |  |  |  | 
			
		
	
	
		
		
			
				
					|  |  | 
 |