Update build.yml

This commit is contained in:
Jay Lee
2022-03-01 13:17:42 -05:00
committed by GitHub
parent a7154da0b6
commit 803025b8c5

View File

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