Skip to content

Commit 6059d7c

Browse files
authored
fix(melange): build time benchmarks (#12053)
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
1 parent fd307df commit 6059d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- ci-bench/fix-after-ocaml51
98

109
permissions:
1110
# deployments permission to deploy GitHub pages website
@@ -85,6 +84,7 @@ jobs:
8584
- name: Install all deps
8685
working-directory: pupilfirst
8786
run: |
87+
opam pin add --no-action .
8888
opam install -y . --deps-only
8989
9090
- name: Run pupilfirst benchmark

0 commit comments

Comments
 (0)