Lines Matching refs:cache
81 - name: Generate cache keys
90 - name: Retrieve ccache cache
91 uses: actions/cache@v2
97 - name: Retrieve libabigail cache
98 id: libabigail-cache
99 uses: actions/cache@v2
104 - name: Retrieve ABI reference cache
105 uses: actions/cache@v2
110 - name: Update APT cache
117 - name: Install libabigail build dependencies if no cache is available
118 if: env.ABI_CHECKS == 'true' && steps.libabigail-cache.outputs.cache-hit != 'true'
176 - name: Retrieve image cache
178 uses: actions/cache@v2
183 if: steps.image_cache.outputs.cache-hit != 'true'
190 if: steps.image_cache.outputs.cache-hit != 'true'
193 if: steps.image_cache.outputs.cache-hit != 'true'
198 - name: Save image in cache
199 if: steps.image_cache.outputs.cache-hit != 'true'
205 if: steps.image_cache.outputs.cache-hit != 'true'
242 - name: Retrieve image cache
244 uses: actions/cache@v2
249 if: steps.image_cache.outputs.cache-hit != 'true'
253 - name: Retrieve ccache cache
254 uses: actions/cache@v2