chore: fix typo in benchmark workflow

This commit is contained in:
Quentin Bourgerie
2023-02-17 15:17:25 +01:00
parent 8fab9a4038
commit 3175d2ec85

View File

@@ -143,7 +143,7 @@ jobs:
- name: Setup environment variable for benchmark target
if: ${{ env.BENCHMARK_NAME != 'standard' }}
run |
run: |
echo "BENCHMARK_TARGET=${{ env.BENCHMARK_TARGET }}-${{ env.BENCHMARK_NAME }}" >> "${GITHUB_ENV}"
- name: Install rust