We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ffca7 commit a82839eCopy full SHA for a82839e
.github/workflows/set-up-environment.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Check out repository code
13
uses: actions/checkout@v4
14
- name: Use OCaml
15
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
16
with:
17
ocaml-compiler: 4.13.x
18
- name: install tools with opam
@@ -77,4 +77,4 @@ jobs:
77
cd $GITHUB_WORKSPACE
78
echo "# Replay Status" > $GITHUB_STEP_SUMMARY
79
echo "./test.sh"
80
- ./test.sh
+ ./test.sh
0 commit comments