Skip to content

Commit

Permalink
fix: fix CI issue when preparing py26 env (#3624)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiangce Liu <[email protected]>
(cherry picked from commit 798bb5f)
  • Loading branch information
xiangce committed Dec 8, 2022
1 parent bb2d1f9 commit 9e1e123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- name: apt-install python26
run: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo add-apt-repository 'ppa:deadsnakes/ppa'
sudo apt-get update
sudo apt-get install python2.6
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.6 1
Expand Down

0 comments on commit 9e1e123

Please sign in to comment.