Workaround for #71. Due to a bug in the runner actions/runner#716 (#75)
This commit is contained in:
parent
9bc3e210f3
commit
d07fc5d9ff
1 changed files with 2 additions and 2 deletions
|
@ -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 }}" \
|
||||
|
|
Loading…
Reference in a new issue