Skip to content

Commit 5586b3d

Browse files
committed
Add missing compiler_git_ref in a trunk workflow
Due to this missing `compiler_git_ref` setup, cache is not properly invalidated on `trunk` updates
1 parent 9dacb34 commit 5586b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows-510-trunk-bytecode-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ jobs:
88
with:
99
runs_on: windows-latest
1010
compiler: ocaml.5.1.0,ocaml-option-mingw,ocaml-option-bytecode-only
11+
compiler_git_ref: refs/heads/trunk
1112
timeout: 360

0 commit comments

Comments
 (0)