Skip to content

Commit

Permalink
switch GMP download to gnu.org
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Nov 1, 2023
1 parent a6936c2 commit a842eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=swigplk_version::$(python scripts/find_swiglpk_version.py)"
- name: Build wheels
uses: joerick/[email protected].1
uses: joerick/[email protected].2
env:
NEW_GLPK_VERSION: ${{ steps.version.outputs.glpk_version }}
GLPK_HEADER_PATH: glpk-${{ steps.version.outputs.glpk_version }}/src
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'

- name: Get GLPK version
id: version
Expand Down

0 comments on commit a842eca

Please sign in to comment.