Skip to content

Commit

Permalink
ci: ls for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidozog committed Nov 16, 2023
1 parent 1de3eb1 commit fcd2895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
../configure --prefix=${{ env.LIBFABRIC_INSTALL_DIR }}
make -j
make install
ls ${{ env.LIBFABRIC_INSTALL_DIR }}
# XPMEM
- name: Cache XPMEM install
Expand Down Expand Up @@ -217,6 +218,7 @@ jobs:
run: |
./autogen.sh
mkdir build; cd build
ls ${{ env.LIBFABRIC_INSTALL_DIR }}
../configure --prefix=${SOS_INSTALL_DIR} --with-ofi=${{ env.LIBFABRIC_INSTALL_DIR }} ${{ matrix.sos_config }}
make -j
make install
Expand Down

0 comments on commit fcd2895

Please sign in to comment.