More fixes. Gotta love not having tests. directly for GitHub actions.
This commit is contained in:
parent
d3f2f7ce23
commit
132be8a450
1 changed files with 2 additions and 1 deletions
|
@ -36,8 +36,9 @@ runs:
|
|||
|
||||
- name: Load Packages
|
||||
run: |
|
||||
if [ ${{ steps.load-pkg-cache.outputs.cache-hit }} == "true" ]; then
|
||||
if [ ${{ steps.load-pkg-cache.outputs.cache-hit }} ]; then
|
||||
${{ github.action_path }}/install_and_cache.sh ~/cache-apt-pkgs ${{ inputs.packages }}
|
||||
else
|
||||
${{ github.action_path }}/run.sh ~/cache-apt-pkgs /
|
||||
fi
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue