kopia lustrzana https://github.com/vilemduha/blendercam
				
				
				
			add cache
							rodzic
							
								
									a4a86f1e56
								
							
						
					
					
						commit
						61b529bbbf
					
				|  | @ -12,8 +12,15 @@ jobs: | ||||||
|     steps: |     steps: | ||||||
|     - name: Checkout repository |     - name: Checkout repository | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v2 | ||||||
|  |     - name: Cache blender | ||||||
|  |       id: cache-blender | ||||||
|  |       uses: actions/cache@v3 | ||||||
|  |       with: | ||||||
|  |         path: blender | ||||||
|  |         key: ${{ matrix.os }}-${{ matrix.blender_version}}-blender | ||||||
|     - name: Download blender |     - name: Download blender | ||||||
|       id: download |       id: download | ||||||
|  |       if: steps.cache-blender.outputs.cache-hit != 'true' | ||||||
|       shell: bash |       shell: bash | ||||||
|       run: | |       run: | | ||||||
|         declare -A os_suffixes |         declare -A os_suffixes | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Joe Marshall
						Joe Marshall