Skip to content

Commit

Permalink
msmpi update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 11, 2024
1 parent 000fd27 commit 34e0a8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install MS-MPI
shell: cmd
run: |
curl -L -O https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.3/msmpisetup.exe
curl -L -O https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.2/msmpisetup.exe
.\msmpisetup.exe -unattend -force
- uses: msys2/setup-msys2@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job5-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install MS-MPI
shell: cmd
run: |
curl -L -O https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.3/msmpisetup.exe
curl -L -O https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.2/msmpisetup.exe
.\msmpisetup.exe -unattend -force
- uses: msys2/setup-msys2@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install MS-MPI
shell: cmd
run: |
curl -L -O https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.3/msmpisetup.exe
curl -L -O https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.2/msmpisetup.exe
.\msmpisetup.exe -unattend -force
- uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 34e0a8c

Please sign in to comment.