Skip to content

Commit 4293798

Browse files
Remove samply install
1 parent ccc3ac3 commit 4293798

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -329,15 +329,6 @@ jobs:
329329
run: pnpm build
330330
working-directory: crates/bindings-typescript
331331

332-
- name: Install samply
333-
env:
334-
CARGO_PROFILE_RELEASE_DEBUG: "false"
335-
run: |
336-
if ! command -v samply >/dev/null 2>&1; then
337-
cargo install --locked --version 0.13.1 samply
338-
fi
339-
samply --version
340-
341332
- name: Run keynote-2 benchmark regression check
342333
id: keynote_bench
343334
run: |

.github/workflows/keynote-bench-nightly.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ jobs:
7070
run: pnpm build
7171
working-directory: crates/bindings-typescript
7272

73-
- name: Install samply
74-
env:
75-
CARGO_PROFILE_RELEASE_DEBUG: "false"
76-
run: |
77-
if ! command -v samply >/dev/null 2>&1; then
78-
cargo install --locked --version 0.13.1 samply
79-
fi
80-
samply --version
81-
8273
- name: Run keynote-2 benchmark regression check
8374
id: keynote_bench
8475
run: |

0 commit comments

Comments
 (0)