Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Enable caching after Rust setup (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandas authored Feb 26, 2024
1 parent 905de42 commit 3993896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Enable caching
uses: Swatinem/rust-cache@v2
- name: Setup Rust
{%- if arch == "riscv" %}
uses: dtolnay/rust-toolchain@v1
Expand All @@ -46,6 +44,8 @@ jobs:
buildtargets: {{ mcu }}
ldproxy: false
{%- endif %}
- name: Enable caching
uses: Swatinem/rust-cache@v2
- name: Run command
{%- raw %}
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
Expand Down

0 comments on commit 3993896

Please sign in to comment.