Skip to content

Commit dfe17ba

Browse files
committed
ci: free bloat for MSRV job
The MSRV job is running out of memory in CI due to a recent change to Github's underlying runner. Sounds like this will be resolved at some point in the future, actions/runner-images#13315, but until then remove the extra bloat.
1 parent 83a5214 commit dfe17ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ jobs:
8585
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
8686
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
8787
path: maintainer-tools
88+
- name: "Free disk space"
89+
uses: endersonmenezes/free-disk-space@v3
90+
with:
91+
remove_android: true
92+
remove_dotnet: true
93+
remove_haskell: true
8894
- name: "Select toolchain"
8995
uses: dtolnay/rust-toolchain@stable
9096
with:

0 commit comments

Comments
 (0)