Skip to content

Commit ee7ac93

Browse files
committed
update
1 parent c20c850 commit ee7ac93

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/scripts/depexts/generate-actions.sh

+10
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,16 @@ cd /github/workspace
161161
#git clone https://github.com/ocaml/opam --single-branch --branch 2.2 --depth 1 local-opam
162162
#cd local-opam
163163
164+
EOF
165+
166+
if [ $target == "nix" ]; then
167+
cat >>$dir/entrypoint.sh << EOF
168+
nix-shell -p binutils
169+
170+
EOF
171+
fi
172+
173+
cat >$dir/entrypoint.sh << EOF
164174
/usr/bin/opam install . --deps
165175
eval \$(opam env)
166176
./configure

0 commit comments

Comments
 (0)