mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
feat: pip add cache
This commit is contained in:
@@ -69,6 +69,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11.4'
|
python-version: '3.11.4'
|
||||||
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install Dependent Packages
|
- name: Install Dependent Packages
|
||||||
run: |
|
run: |
|
||||||
@@ -149,4 +150,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
release_id: ${{ steps.create_release.outputs.id }}
|
release_id: ${{ steps.create_release.outputs.id }}
|
||||||
assets_path: |
|
assets_path: |
|
||||||
./releases/
|
./releases/
|
||||||
|
|||||||
Reference in New Issue
Block a user