File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ jobs:
532
532
- name : Install Dependencies
533
533
run : sudo ./.github/workflows/posix-deps-apt.sh
534
534
- name : Configure host build
535
- run : ./configure --prefix "$PWD/../build/host-python"
535
+ run : ./configure --prefix= "$PWD/../build/host-python"
536
536
- name : Install host Python
537
537
run : make -j8 install
538
538
- name : Run test subset with host build
@@ -541,7 +541,7 @@ jobs:
541
541
- name : Clean up build
542
542
run : make -j clean
543
543
- name : Configure cross build
544
- run : ./configure --prefix "$PWD/../build/cross-python" --with-build-python "$PWD/../build/host-python/bin/python3"
544
+ run : ./configure --prefix= "$PWD/../build/cross-python" --with-build-python= "$PWD/../build/host-python/bin/python3"
545
545
- name : Install cross Python
546
546
run : make -j8 install
547
547
- name : Run test subset with host build
You can’t perform that action at this time.
0 commit comments