We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a3213 commit 4c4e078Copy full SHA for 4c4e078
.github/workflows/build_and_test.yml
@@ -141,6 +141,8 @@ jobs:
141
with:
142
profile: minimal
143
toolchain: stable
144
+ - name: Remove stale formatters
145
+ run: rm -f /home/runner/.cargo/bin/rustfmt /home/runner/.cargo/bin/cargo-fmt && rustup update
146
147
- name: Install and cache deps
148
run: sudo apt update && sudo apt install ninja-build shellcheck libgtk-3-dev gcc-arm-linux-gnueabi g++-arm-linux-gnueabi libslirp-dev libz3-dev
@@ -264,6 +266,9 @@ jobs:
264
266
265
267
268
269
270
271
+
272
- name: Free Disk Space (Ubuntu)
273
uses: jlumbroso/free-disk-space@main
274
0 commit comments