Skip to content

Commit bb8a854

Browse files
authored
Change to using CPLEX_URL_2210 in GitHub actions (#456)
1 parent ec52331 commit bb8a854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
SECRET_CPLEX_URL_12100: ${{ secrets.CPLEX_URL_12100 }}
3232
SECRET_CPLEX_URL_2010: ${{ secrets.CPLEX_URL_2010 }}
33-
SECRET_CPLEX_URL_2210: ${{ secrets.SECRET_CPLEX_URL_2210 }}
33+
SECRET_CPLEX_URL_2210: ${{ secrets.CPLEX_URL_2210 }}
3434
CPLEX_VERSION: ${{ matrix.cplex_version }}
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)