Skip to content

Commit

Permalink
More path info
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 23, 2024
1 parent 19693aa commit 2f0f0bf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/julia-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Autotools Configure
shell: bash
run: |
echo " -- HDF5 PWD -----------------"
echo $PWD
sh ./autogen.sh
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
Expand Down Expand Up @@ -67,15 +71,25 @@ jobs:

- name: Patch Julia CI
run: |
echo " -- Julia PWD -----------------"
echo $PWD
echo
echo " -- ls -----------------"
ls
echo
echo " -- ls .. -----------------"
ls ..
echo
echo " -- ls ../.. -----------------"
ls ../..
echo
echo " -- ls ../build -----------------"
ls ../build
echo
echo " -- ls ../hdf5 -----------------"
ls ../hdf5
git apply $GITHUB_WORKSPACE/.github/workflows/julia_ci.patch -v
- name: Generate LocalPreferences
Expand Down

0 comments on commit 2f0f0bf

Please sign in to comment.