Skip to content

Commit

Permalink
Fix rust setup action in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Apr 8, 2024
1 parent b5673a1 commit 86ddfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
python3 runner/run_benchmark.py -m test_mode=True iterations=1 benchmark="glob(*)" target=lf-cpp iterations=1 target.params.extra_args="[--external-runtime-path, ${GITHUB_WORKSPACE}/reactor-cpp/install]"
if: ${{ inputs.target == 'Cpp' }}
- name: Setup Rust
uses: ATiltedTree/setup-rust@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rust-version: nightly
toolchain: nightly
components: clippy
if: ${{ inputs.target == 'Rust' }}
- name: Test Rust benchmarks
Expand Down

0 comments on commit 86ddfb3

Please sign in to comment.