Skip to content

Commit 1d92a3f

Browse files
committed
build: make sed sub global on line.
1 parent 4d2a770 commit 1d92a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
-e '/PYTHON3_SO=/s/"SO"/"EXT_SUFFIX"/g' \
209209
-e '/PYTHON3_CACHE_TAG=/s/imp;print(imp.get_tag())/sys;print(sys.implementation.cache_tag)/' \
210210
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\.get_tag()/sys.implementation.cache_tag/g' \
211-
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/' \
211+
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/g' \
212212
configure; \
213213
diff -u configure.FCS configure; \
214214
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \

0 commit comments

Comments
 (0)