Skip to content

Commit eb99abe

Browse files
committed
Update style.yml
1 parent 93f265f commit eb99abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout CN
2222
uses: actions/checkout@v4
2323

24-
- name: Install OCamlFormat
24+
- name: Install OPAM
2525
run: |
2626
sudo apt-get install opam
2727
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Check CN code formatting
5151
run: |
52-
eval $(opam env)
52+
eval $(opam env --switch=${{ matrix.version }})
5353
dune build @fmt
5454
5555
clang-format:

0 commit comments

Comments
 (0)