Skip to content

Commit

Permalink
move cache
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds committed Dec 21, 2024
1 parent 0940612 commit e93d5f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Enable Caching
uses: Swatinem/rust-cache@v2

- name: Install ESP32 Toolchain
run: |
curl -L https://github.com/esp-rs/embuild/releases/latest/download/ldproxy-x86_64-unknown-linux-gnu.zip -o $HOME/.cargo/bin/ldproxy.zip
Expand All @@ -47,8 +50,5 @@ jobs:
- name: Clippy Check
run: cargo clippy -- --deny warnings --no-deps

- name: Enable Caching
uses: Swatinem/rust-cache@v2

- name: Build Project for ESP32
run: RUST_BACKTRACE=full cargo build --release --target xtensa-esp32-espidf

0 comments on commit e93d5f1

Please sign in to comment.