Skip to content

Commit 719bc59

Browse files
authored
Remove Isaac Sim warmup to cache. (#619)
## Summary Calling the isaac sim warmup script appears to stall things. Removing.
1 parent 116cc5d commit 719bc59

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • .github/actions/setup-isaac-sim-kit-cache

.github/actions/setup-isaac-sim-kit-cache/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@ runs:
3434
with:
3535
path: /isaac-sim/kit/cache
3636
key: isaac-kit-cache-${{ steps.read_version.outputs.isaac_sim_version }}
37-
38-
- name: Warmup shader cache if cache missed
39-
if: steps.isaac_sim_cache.outputs.cache-hit != 'true'
40-
shell: bash
41-
run: /isaac-sim/warmup.sh

0 commit comments

Comments
 (0)