Skip to content

Commit ae8cbe8

Browse files
committed
[misc] Install python2.7
This is to fix a CI error. It appears that this is from using "ubuntu-latest" in the CI workflow. It got upgraded to ubuntu 22.04 automatically, and this doesn't have python2.7 by default.
1 parent 0785b66 commit ae8cbe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- name: Install sox
2121
run: sudo apt-get install -y sox intel-mkl
22+
- name: Install python2
23+
run: sudo apt-get install -y python2
2224
- name: ccache
2325
uses: hendrikmuhs/[email protected]
2426
with:

0 commit comments

Comments
 (0)