Workaround for #71. Due to a bug in the runner actions/runner#716 (#75)

This commit is contained in:
Andrew Walsh 2022-12-07 22:11:01 -08:00 committed by GitHub
parent 9bc3e210f3
commit d07fc5d9ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ runs:
steps:
- id: pre-cache
run: |
${{ github.action_path }}/pre_cache_action.sh \
${GITHUB_ACTION_PATH}/pre_cache_action.sh \
~/cache-apt-pkgs \
"${{ inputs.version }}" \
"${{ inputs.execute_install_scripts }}" \
@ -60,7 +60,7 @@ runs:
- id: post-cache
run: |
${{ github.action_path }}/post_cache_action.sh \
${GITHUB_ACTION_PATH}/post_cache_action.sh \
~/cache-apt-pkgs \
/ \
"${{ steps.load-cache.outputs.cache-hit }}" \