File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 shell : bash
2424
2525 - name : configure
26- run : cd python -2.7.18 && ./configure --with-pydebug ${{inputs.config_args}}
26+ run : cd Python -2.7.18 && ./configure --with-pydebug ${{inputs.config_args}}
2727 shell : bash
2828
2929 - run : echo "::endgroup::"
@@ -34,17 +34,17 @@ runs:
3434
3535 - name : Compile
3636 run : |
37- cd python -2.7.18
37+ cd Python -2.7.18
3838 make -j$(nproc)
3939 shell : bash
4040 - name : install
4141 run : |
42- cd python -2.7.18
42+ cd Python -2.7.18
4343 sudo make altinstall
4444 sudo update-alternatives --install /usr/bin/python2 python2 /usr/local/bin/python2.7 1
4545 shell : bash
4646 - run : echo "::endgroup::"
4747 shell : bash
4848 - name : clean up...
49- run : rm -rf python -2.7.18
49+ run : rm -rf Python -2.7.18
5050 shell : bash
You can’t perform that action at this time.
0 commit comments