Skip to content

Commit 3fb53f4

Browse files
committed
abi: Update MPI ABI stubs repository location
1 parent 46698a8 commit 3fb53f4

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/abi.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,20 @@ jobs:
4949

5050
steps:
5151

52-
- name: Checkout MPI stubs
52+
- name: Checkout MPI ABI stubs
5353
uses: actions/checkout@v4
5454
with:
55-
repository: mpiwg-abi/header_and_stub_library
55+
repository: mpi-forum/mpi-abi-stubs
5656
ref: main
57-
path: mpi-stubs
57+
path: mpi-abi-stubs
5858

59-
- name: Build MPI stubs
59+
- name: Build MPI ABI stubs
6060
run: make
61-
working-directory: mpi-stubs
61+
working-directory: mpi-abi-stubs
6262

63-
- name: Add MPI stubs to PATH
64-
run: |
65-
mpi_stubs=${{ github.workspace }}/mpi-stubs
66-
echo $mpi_stubs/bin >> $GITHUB_PATH
63+
- name: Add MPI ABI stubs to PATH
64+
run: echo $(pwd)/bin >> $GITHUB_PATH
65+
working-directory: mpi-abi-stubs
6766

6867
- name: Use Python
6968
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)