Skip to content

Commit

Permalink
add rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich authored May 11, 2024
1 parent 1b518f5 commit 6aac3b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-zed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

- name: Rust Cache
uses: Swatinem/rust-cache@v2

- name: Run cargo
run: cargo build --release
Expand Down

0 comments on commit 6aac3b5

Please sign in to comment.