Skip to content

Commit 8e6637b

Browse files
fix: use last known working commit for infer to avoid build failure (#6257)
1 parent 2320b46 commit 8e6637b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/infer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
cd ..
4242
git clone https://github.com/facebook/infer.git
4343
cd infer
44+
git checkout 01aaa268f9d38723ba69c139e10f9e2a04b40b1c
4445
./build-infer.sh java
4546
cp -r infer ../Java
4647

0 commit comments

Comments
 (0)