Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jul 9, 2024
1 parent a78434a commit e2acbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/depexts/generate-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ ENV OPAMYES=1
ENV OPAMCONFIRMLEVEL=unsafe-yes
ENV OPAMPRECISETRACKING=1
COPY opam /usr/bin/opam
RUN git config --global --add safe.directory /github/workspace
RUN echo 'default-invariant: [ $OCAML_INVARIANT ]' > /opam/opamrc
RUN /usr/bin/opam init --no-setup --disable-sandboxing --bare --config /opam/opamrc git+$OPAM_REPO#$OPAM_REPO_SHA
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> \$OPAMROOT/config
Expand All @@ -134,6 +133,7 @@ cat >$dir/entrypoint.sh << EOF
#!/bin/sh
set -eux
git config --global --add safe.directory /github/workspace
# Workdir is /github/workpaces
cd /github/workspace
Expand Down

0 comments on commit e2acbac

Please sign in to comment.