Cleanup dependencies before running new nighly build (#15276)

This commit is contained in:
Jennifer
2025-03-25 19:56:47 +00:00
committed by GitHub
parent 0c27c3d9c8
commit 29104ecea6

View File

@@ -35,6 +35,11 @@ jobs:
command: 'make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=profiling op-docker-build-push-nightly-profiling'
steps:
- uses: actions/checkout@v4
- name: Remove bloatware
uses: laverdet/remove-bloatware@v1.0.0
with:
docker: true
lang: rust
- uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2