Skip to content

Commit

Permalink
fix rust-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
onlycs committed Aug 25, 2023
1 parent 8077ab0 commit 4180798
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
run: echo "${{ secrets.DOTENV }}" > .env

- name: Setup Rust Cache
uses: Swatinem/rust-cache@v2
uses: actions/cache@v3
with:
path: |
/home/runner/.cargo
/home/runner/work/oreobot/oreobot/target
key: v0-rust-build-fb41acb8-b19632d7

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4180798

Please sign in to comment.