-
Notifications
You must be signed in to change notification settings - Fork 86
Fix ci out of space #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix ci out of space #263
Conversation
|
Let's see if this passes CI :) |
| sudo apt-get clean | ||
| - name: Populate target directory from cache | ||
| uses: Leafwing-Studios/cargo-cache@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also try replacing this with Swatinem/rust-cache@v2 and check if it uses less space. We don't actively maintain cargo-cache anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't plan to replace workflow in this PR for now, as it could result in longer CI time. The current fix is a minor change with the goal of unblocking the stuck PR. We can open another PR for this.
This is just a temporary patch to push the merging of multiple PRs. It is not the best solution.