Update build.yml

This commit is contained in:
Jay Lee
2022-01-31 10:13:10 -05:00
committed by GitHub
parent ed5ccf1faa
commit 82bfb99548

View File

@@ -433,7 +433,7 @@ jobs:
rm -f *.wixpdb
- name: Basic Tests build jobs only
if: matrix.goal != 'test'
if: matrix.goal != 'test' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: |
export voutput=$($gam version extended)
export python_line=$(echo -e "${voutput}" | grep "Python ")