File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments