openalto / alto

Standard Application-Layer Traffic Optimization (ALTO) Toolset.
MIT License
2 stars 6 forks source link

Hotfix python version not found issue #34

Closed fno2010 closed 1 year ago

fno2010 commented 1 year ago

Fix the following error raised by github actions:

Version X was not found in the local cache
Error: Version X with arch x64 not found

It may be caused by actions/setup-python#555

Consider the users of openalto may still depend on python 3.6, roll back ubuntu version from ubuntu-latest to ubuntu-20.04.

Signed-off-by: Jensen Zhang jingxuan.n.zhang@gmail.com