mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -433,7 +433,7 @@ jobs:
|
|||||||
rm -f *.wixpdb
|
rm -f *.wixpdb
|
||||||
|
|
||||||
- name: Basic Tests build jobs only
|
- name: Basic Tests build jobs only
|
||||||
if: matrix.goal != 'test'
|
if: matrix.goal != 'test' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
export voutput=$($gam version extended)
|
export voutput=$($gam version extended)
|
||||||
export python_line=$(echo -e "${voutput}" | grep "Python ")
|
export python_line=$(echo -e "${voutput}" | grep "Python ")
|
||||||
|
|||||||
Reference in New Issue
Block a user