Workaround for custom container bug.

Workaround for #71. Due to a bug in the runner  https://github.com/actions/runner/issues/716
This commit is contained in:
Andrew Walsh 2022-11-30 06:56:53 -08:00 committed by GitHub
parent 9bc3e210f3
commit 343fbfd3e2
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 }}" \