Skip to content

Commit 46cbc7c

Browse files
committed
Update ci.yml
1 parent 49d8eec commit 46cbc7c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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
@@ -61,7 +51,6 @@ jobs:
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

0 commit comments

Comments
 (0)