File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,12 @@ jobs:
3737 libexpat1-dev:i386 \
3838 libuuid1:i386
3939
40- - name : Set up cache for Python source
41- uses : actions/cache@v3
42- id : build-cache
43- with :
44- path : /home/runner/.millennium/ext/data/cache
45- key : ${{ runner.os }}-python-linux-3.11.8-build
46- restore-keys : ${{ runner.os }}-python-linux-3.11.8-build-
47-
4840 - name : Download Python 3.11.8 source
49- if : steps.build-cache.outputs.cache-hit != true
5041 run : |
5142 wget https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tgz
5243 tar -xf Python-3.11.8.tgz
5344
5445 - name : Configure and build Python 3.11.8 (32-bit)
55- if : steps.build-cache.outputs.cache-hit != 'true'
5646 run : |
5747 mkdir -p $HOME/.millennium/ext/data/cache
5848 cd Python-3.11.8
6151 sudo make altinstall
6252
6353 - name : Setup installation
64- if : steps.build-cache.outputs.cache-hit != 'true'
6554 run : |
6655 sudo mkdir -p $HOME/.millennium/ext/data/cache/lib/tmp
6756 cd $HOME/.millennium/ext/data/cache/lib/tmp
You can’t perform that action at this time.
0 commit comments