From b2eb5e251403a230dc3ccd93d05a4f5076dae4ed Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 24 Jun 2024 11:56:17 +1200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e1826bd..e20d2e36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,11 +37,11 @@ jobs: XPRESS_JL_SKIP_LIB_CHECK: "true" - shell: julia --project=. --color=yes {0} run: | - write("xpauth.xpr", ENV["XPRESS_JL_COMMUNITY_XPAUTH_XPR"]) + write("xpauth.xpr", ENV["XPAUTH_XPR"]) import Pkg Pkg.add(; name = "Xpress_jll", version = ENV["XPRESS_JLL_VERSION"]) env: - XPRESS_JL_COMMUNITY_XPAUTH_XPR: ${{ secrets.XPRESS_JL_COMMUNITY_XPAUTH_XPR }} + XPAUTH_XPR: ${{ secrets.XPAUTH_XPR }} XPRESS_JLL_VERSION: ${{ matrix.XPRESS_JLL_VERSION }} - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1