We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49b546 commit ad7f99bCopy full SHA for ad7f99b
1 file changed
.github/workflows/solver-tests.yml
@@ -172,11 +172,10 @@ jobs:
172
if: ${{ matrix.package == 'MosekTools' }}
173
shell: bash
174
run: |
175
- {
176
- echo "MOSEKLM_LICENSE_FILE<<EOF"
177
- echo "${{ secrets.MOSEK_LICENSE }}"
178
- echo "EOF"
179
- } >> $GITHUB_ENV
+ mkdir ~/mosek
+ echo "${MOSEK_LICENSE}" > ~/mosek/mosek.lic
+ env:
+ MOSEK_LICENSE: ${{ secrets.MOSEK_LICENSE }}
180
# Setup Xpress.jl
181
- name: Setup Xpress
182
if: ${{ matrix.package == 'Xpress' }}
0 commit comments