We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc24c4d commit 2ec161aCopy full SHA for 2ec161a
1 file changed
.github/workflows/infer.yml
@@ -21,7 +21,7 @@ jobs:
21
distribution: 'temurin'
22
23
- name: Set up OCaml
24
- uses: ocaml/setup-ocaml@v3.3.4
+ uses: ocaml/setup-ocaml@v3
25
with:
26
ocaml-compiler: 5
27
@@ -41,7 +41,6 @@ jobs:
41
cd ..
42
git clone https://github.com/facebook/infer.git
43
cd infer
44
- git checkout 01aaa268f9d38723ba69c139e10f9e2a04b40b1c
45
./build-infer.sh java
46
cp -r infer ../Java
47
0 commit comments