[no ci] don't install Linux packages on cached runs

This commit is contained in:
Jay Lee
2022-03-01 12:26:22 -05:00
committed by GitHub
parent 614edc22ca
commit d04b33d1d9

View File

@ -113,7 +113,7 @@ jobs:
echo "date=date" >> $GITHUB_ENV
- name: Install necessary hosted Linux packages
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-20.04' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: |
echo "RUNNING: apt update..."
sudo apt-get -qq --yes update