Skip to content

Commit 01fb45b

Browse files
committed
.github/workflows/ci-sage.yml: Fix up patch of sage-spkg
1 parent 53d7e3f commit 01fb45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-sage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
&& echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > upstream/update-pkgs.sh \
7575
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
7676
&& echo "sed -i.bak \"/pushdef.*LT_VERSION/s/3[0-9.]*/4/\" ../build/pkgs/python3/spkg-configure.m4" >> upstream/update-pkgs.sh \
77-
&& echo "sed -i.bak \"/export.*proxy/d\" ../build/bin/sage-spkg" >> upstream/update-pkgs.sh \
77+
&& echo "sed -i.bak \"/export.*proxy/s/export.*/:/d\" ../build/bin/sage-spkg" >> upstream/update-pkgs.sh \
7878
&& ls -l upstream/
7979
- uses: actions/upload-artifact@v3
8080
with:

0 commit comments

Comments
 (0)