Skip to content

Commit 8f465d4

Browse files
authored
Merge pull request #320 from shym/ci-mini-fixes
Fixes small issues in CI
2 parents 81faf0b + 5586b3d commit 8f465d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,14 @@ jobs:
281281
- name: Install Multicore Tests dependencies
282282
run: |
283283
opam install . --deps-only --with-test
284-
opam clean --all-switches --unused-repositories --logs --download-cache --repo-cache
285284
286-
- name: Show configuration
285+
- name: Show configuration and clean up
287286
run: |
288287
opam exec -- ocamlc -config
289288
opam config list
290289
opam exec -- dune printenv
291290
opam list --columns=name,installed-version,repository,synopsis-or-target
291+
opam clean --all-switches --unused-repositories --logs --download-cache --repo-cache
292292
293293
- name: Save OPAM state (Cygwin)
294294
uses: actions/cache/save@v3

.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)