Skip to content

Commit bfb04a7

Browse files
committed
Fix BARON
1 parent c8d39ca commit bfb04a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/solver-tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ jobs:
114114
#
115115
# This is the most likely culprit.
116116
run: |
117-
echo "SECRET_BARON_LICENSE<<EOF"
118-
echo "${{ secrets.BARON_LICENSE }}" >> $GITHUB_ENV
119-
echo "EOF>>" >> $GITHUB_ENV
117+
{
118+
echo "SECRET_BARON_LICENSE<<EOF"
119+
echo "${{ secrets.BARON_LICENSE }}"
120+
echo "EOF"
121+
} >> $GITHUB_ENV
120122
# Setup CPLEX.jl
121123
- name: Add CPLEX secrets
122124
if: ${{ matrix.package == 'CPLEX' }}

0 commit comments

Comments
 (0)