File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 9191 with :
9292 version : ' 1'
9393 - uses : julia-actions/cache@v2
94- with :
95- key : julia-${{ matrix.package }}
9694 - uses : julia-actions/julia-buildpkg@v1
9795 # Setup BARON.jl
9896 - name : Add BARON secrets
@@ -109,13 +107,13 @@ jobs:
109107 SECRET_CPLEX_URL_2210 : ${{ secrets.CPLEX_URL_2210 }}
110108 shell : bash
111109 run : |
112- echo "CPLEX_URL_2210 =$SECRET_CPLEX_URL_2210" >> $GITHUB_ENV
110+ echo "SECRET_CPLEX_URL_2210 =$SECRET_CPLEX_URL_2210" >> $GITHUB_ENV
113111 echo "CPLEX_VERSION=2210" >> $GITHUB_ENV
114112 # Setup Gurobi.jl
115113 - name : Add Gurobi secrets
116114 if : ${{ matrix.package == 'Gurobi' }}
117115 env :
118- SECRET_GUROBI_LICENSE : ${{ secrets.WLSLICENSE }}
116+ SECRET_GUROBI_LICENSE : ${{ secrets.GUROBI_LICENSE }}
119117 shell : bash
120118 run : |
121119 mkdir -p /opt/gurobi
You can’t perform that action at this time.
0 commit comments