Skip to content

Commit d4fc7da

Browse files
committed
fix typo
1 parent c3bfbd6 commit d4fc7da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
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

0 commit comments

Comments
 (0)