export github actions cache stuff

This commit is contained in:
2024-07-17 15:17:56 -06:00
parent 2ac950be91
commit e4fe82f68f

View File

@@ -42,6 +42,10 @@ jobs:
- Release
runs-on: '${{ matrix.os }}-${{ matrix.os-versions[matrix.os] }}'
steps:
- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7
with:
script: "core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');"
- name: checkout
uses: actions/checkout@v4
with: