Skip to content

Commit 15dfa59

Browse files
committed
CI: remove rust cache as it cannot work for how we occasionally build the formatter
Due to how caching works on GitHub, it seems this would only work if we build on every push to main rather than building only as needed. See #123
1 parent cccd614 commit 15dfa59

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
with:
4646
targets: ${{ matrix.target }}
4747

48-
# This is a tool that should cache the Rust dependencies and improve build times.
49-
- name: Setup cache
50-
uses: Swatinem/rust-cache@v2
51-
with:
52-
key: ${{ matrix.target }}
53-
5448
# This is a toolchain to build cross-platform binaries with rust. We use
5549
# it for other architectures and OSes than the build runner's.
5650
- name: Install cross

0 commit comments

Comments
 (0)