Skip to content

Commit 543e3a3

Browse files
committed
Fix benchmark baseline download arguments
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent f509de5 commit 543e3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Download benchmarks from "latest"
146146
run: |
147-
just bench-download ${{ runner.os }} ${{ matrix.hypervisor }} ${{ matrix.cpu }} dev-latest ${{ matrix.wasmtime }}
147+
just bench-download ${{ runner.os }} ${{ matrix.hypervisor }} ${{ matrix.cpu }} dev-latest
148148
env:
149149
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
150150
continue-on-error: true

0 commit comments

Comments
 (0)