I don’t know where to find the button mentioned in the documentation:
The Rebuild without cache button in the UI will disable the cache for a single build so that you could debug any problems caused by your dependencies.```
https://circleci.com/docs/how-cache-works/
Ah, found it. I thought I was supposed to look in the project settings, but instead it’s located in the specific build settings, hence the disable cache for single build instruction.