Skip to content

Commit e33ad80

Browse files
committed
Update
1 parent b2faaec commit e33ad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solver-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: ${{ matrix.package == 'BARON' }}
9898
shell: bash
9999
run: |
100-
echo "SECRET_BARON_LICENSE=${{ secrets.BARON_LICENSE }}" >> $GITHUB_ENV
100+
echo "SECRET_BARON_LICENSE='${{ secrets.BARON_LICENSE }}'" >> $GITHUB_ENV
101101
# Setup CPLEX.jl
102102
- name: Add CPLEX secrets
103103
if: ${{ matrix.package == 'CPLEX' }}

0 commit comments

Comments
 (0)