More fixes. Gotta love not having tests. directly for GitHub actions.

This commit is contained in:
awalsh128 2021-10-16 11:19:36 -07:00
parent d3f2f7ce23
commit 132be8a450

View file

@ -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