Skip to content

Commit 0824f06

Browse files
authored
Merge pull request #50 from LibreSign/feat/implement-cache-to-optimize-build
feat: implement cache to optimize build
2 parents 0710794 + 5256f7d commit 0824f06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.11
20+
cache: 'pip'
2021

2122
- name: Install dependencies
2223
run: |

0 commit comments

Comments
 (0)