Skip to content

Commit

Permalink
fix github ci (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaax0815 authored Dec 29, 2024
1 parent 3eaf1e1 commit d06dc3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cargo/.github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly
components: rust-src
components: rust-src rustfmt clippy
{%- else %}
uses: esp-rs/xtensa-toolchain@v1.5
with:
Expand All @@ -45,6 +45,10 @@ jobs:
{%- endif %}
- name: Enable caching
uses: Swatinem/rust-cache@v2
{%- if arch == "riscv" %}
- name: Install ldproxy
run: cargo install ldproxy
{%- endif %}
- name: Run command
{%- raw %}
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
Expand Down

0 comments on commit d06dc3c

Please sign in to comment.