Skip to content

Commit 793ec82

Browse files
committed
abi: Update MPI ABI stubs configuration
1 parent 6f3c1ab commit 793ec82

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/abi.yml

Lines changed: 7 additions & 8 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:
5555
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)