Add actions cache variable exposure to build workflows

This commit is contained in:
mr. M
2025-03-07 17:04:27 +01:00
parent 00654c168f
commit 4c7955b099
4 changed files with 21 additions and 4 deletions

View File

@@ -471,10 +471,6 @@ jobs:
submodules: recursive
token: ${{ secrets.DEPLOY_KEY }}
- name: Git pull
run: |
git pull
- name: Download artifact
uses: actions/download-artifact@v4