Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jan 29, 2025
1 parent 1b92b96 commit f80d082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/main/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if [ "$OPAM_TEST" = "1" ]; then
(set +x ; echo -en "::endgroup::opam-rt\r") 2>/dev/null
fi

if [ "OPAM_DEPENDS" = "1" ]; then
if [ "$OPAM_DEPENDS" = "1" ]; then
(set +x; echo -en "::group::depends\r") 2>/dev/null
opam_admin_url="https://github.com/ocamlpro/opam-bundle"
if [ ! -d $CACHE/opam-admin ]; then
Expand Down

0 comments on commit f80d082

Please sign in to comment.