From 3c1eeb692b11699807617fd8c9e17a95d055c28b Mon Sep 17 00:00:00 2001 From: humbletim Date: Sat, 17 Sep 2022 14:50:10 -0400 Subject: [PATCH] cache pip dependencies --- .github/workflows/CompileWindows.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CompileWindows.yml b/.github/workflows/CompileWindows.yml index 893cfec66d..a05a5147b2 100644 --- a/.github/workflows/CompileWindows.yml +++ b/.github/workflows/CompileWindows.yml @@ -107,11 +107,15 @@ jobs: - name: Setup Ninja uses: seanmiddleditch/gha-setup-ninja@master # if: ${{ github.event.inputs.buildsys == 'ninja' }} + - name: Setup requirements.txt + run: | + echo "git+https://bitbucket.org/lindenlab/autobuild.git#egg=autobuild" | tee requirements.txt - name: Setup python uses: actions/setup-python@v2 with: python-version: 3.8 architecture: x64 + cache: 'pip' - name: Workaround Firestorm Python.cmake run: | export PYTHON_EXECUTABLE=$(cygpath -ms "`which python`") #dev @@ -125,7 +129,7 @@ jobs: git --version python --version cl.exe - ${{ github.event.inputs.buildsys }}.exe -version + ${{ github.event.inputs.buildsys }}.exe --version ninja --version echo " " df -h