mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -364,7 +364,7 @@ jobs:
|
|||||||
- name: Basic Tests build jobs only
|
- name: Basic Tests build jobs only
|
||||||
if: matrix.goal != 'test'
|
if: matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
export voutput=$($gam version)
|
export voutput=$($gam version extended)
|
||||||
export python_line=$(echo -e "${voutput}" | grep "Python ")
|
export python_line=$(echo -e "${voutput}" | grep "Python ")
|
||||||
export python_arr=($python_line)
|
export python_arr=($python_line)
|
||||||
export this_python=${python_arr[1]}
|
export this_python=${python_arr[1]}
|
||||||
|
|||||||
Reference in New Issue
Block a user