Skip to content

Commit 3d054c5

Browse files
authored
Update github-actions-make.sh
1 parent 1c87a79 commit 3d054c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/ci/github-actions-make.sh

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ if [ -z "${SED_Z}" ]; then
3737
SED_Z="${SED} -z"
3838
fi
3939

40+
export SED
41+
export SED_Z
42+
4043
make_one_time_file_real=""
4144
unameOut="$(uname -s)"
4245
if [[ "${unameOut}" == CYGWIN* ]]; then

0 commit comments

Comments
 (0)