Skip to content

Commit f559716

Browse files
committed
remove grep
1 parent d1566b1 commit f559716

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ jobs:
188188
if: steps.cache-opam-env.outputs.cache-hit != 'true'
189189
run: |
190190
opam install . --deps-only
191-
opam install ocamlformat=$(grep "version" .ocamlformat | awk -F"= " '{print $2}')
192-
191+
opam install ocamlformat=0.26.2
193192
194193
- name: Cache OPAM environment
195194
if: steps.cache-opam-env.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)