Skip to content

Commit 4c4e078

Browse files
committed
remove stale formatters
1 parent d7a3213 commit 4c4e078

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ jobs:
141141
with:
142142
profile: minimal
143143
toolchain: stable
144+
- name: Remove stale formatters
145+
run: rm -f /home/runner/.cargo/bin/rustfmt /home/runner/.cargo/bin/cargo-fmt && rustup update
144146

145147
- name: Install and cache deps
146148
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:
264266
with:
265267
profile: minimal
266268
toolchain: stable
269+
- name: Remove stale formatters
270+
run: rm -f /home/runner/.cargo/bin/rustfmt /home/runner/.cargo/bin/cargo-fmt && rustup update
271+
267272
- name: Free Disk Space (Ubuntu)
268273
uses: jlumbroso/free-disk-space@main
269274
with:

0 commit comments

Comments
 (0)