Skip to content

Commit 6a532b8

Browse files
committed
fixup
1 parent 50b97c7 commit 6a532b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/main/ocaml-cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ OCAML_BRANCH="${OCAML_BRANCH/./}"
9797
if [[ $OPAM_TEST -ne 1 ]] ; then
9898
if [[ -e configure.ac ]]; then
9999
CONFIGURE_SWITCHES="--disable-debugger --disable-debug-runtime --disable-ocamldoc --disable-installing-bytecode-programs --disable-installing-source-artifacts"
100-
if [[ $OCAML_BRANCH -eq 408 ]]; then
100+
if [[ $OCAML_BRANCH = 408 ]]; then
101101
curl -fsSL https://github.com/ocaml/ocaml/commit/c8ee39b320207717135d88cad67fb65d0901d6b6.patch -o pr8858.patch
102102
patch -p1 -i pr8858.patch
103103
CONFIGURE_SWITCHES="$CONFIGURE_SWITCHES --disable-graph-lib"

0 commit comments

Comments
 (0)