Skip to content

Commit e1e51cf

Browse files
Update CI_DSSAT.yml Env variable
1 parent 18cd2ef commit e1e51cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI_DSSAT.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414

1515
- name: Install dependencias
1616
run: |
17-
export DSSAT_HOME="/Applications/DSSAT48/"
1817
sudo apt-get update
1918
sudo apt-get install -y git ca-certificates gfortran cmake
2019
@@ -45,11 +44,13 @@ jobs:
4544
4645
- name: Run workA
4746
run: |
47+
export DSSAT_HOME="/Applications/DSSAT48/"
4848
cd /Applications/DSSAT48/CTWork/workA
4949
./dscsm048 B ../../BatchFiles/All.L48
5050
5151
- name: Run workB
5252
run: |
53+
export DSSAT_HOME="/Applications/DSSAT48/"
5354
cd /Applications/DSSAT48/CTWork/workB
5455
./dscsm048 B ../../BatchFiles/All.L48
5556

0 commit comments

Comments
 (0)