From caa6bfe92cc48b0f74ae5d8e8955047855b97b1e Mon Sep 17 00:00:00 2001 From: JulioLoayzaM Date: Thu, 30 May 2024 18:02:12 +0200 Subject: [PATCH] ci: explicitely save the venv cache --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6db63a5..0eb1d38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: run: make ci-setup - name: Cache venv id: cache-venv - uses: actions/cache@v4 + uses: actions/cache/save@v4 with: path: .venv key: ${{ github.sha }}-venv