Skip to content

Commit

Permalink
Try win32
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed May 25, 2021
1 parent c2d5ab6 commit b9224ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python3-version: '3.8'
python2-version: '2.7'
- os: windows-latest
target: win_amd32
target: win32
python3-version: '3.8'
python2-version: '2.7'
steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def create_default_url(helics_version, plat_name=""):
helics_version=helics_version
)
elif "win" in plat_name.lower():
if "amd32" in plat_name.lower():
if "win32" in plat_name.lower():
default_url = "https://github.com/GMLC-TDC/HELICS/releases/download/v{helics_version}/Helics-shared-{helics_version}-win32.tar.gz".format(
helics_version=helics_version
)
Expand Down

0 comments on commit b9224ba

Please sign in to comment.