We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2faaec commit e33ad80Copy full SHA for e33ad80
.github/workflows/solver-tests.yml
@@ -97,7 +97,7 @@ jobs:
97
if: ${{ matrix.package == 'BARON' }}
98
shell: bash
99
run: |
100
- echo "SECRET_BARON_LICENSE=${{ secrets.BARON_LICENSE }}" >> $GITHUB_ENV
+ echo "SECRET_BARON_LICENSE='${{ secrets.BARON_LICENSE }}'" >> $GITHUB_ENV
101
# Setup CPLEX.jl
102
- name: Add CPLEX secrets
103
if: ${{ matrix.package == 'CPLEX' }}
0 commit comments