Skip to content

Commit

Permalink
Debugging actions ...
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoesmp authored Mar 11, 2024
1 parent 1754f8f commit 2f3f085
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
wget -O LAStools.zip https://github.com/LAStools/LAStools/releases/download/v2.0.2/LAStools.zip
echo 'github.workspace: '${{github.workspace}}
ls ${{github.workspace}}
echo 'lib: '${{github.workspace}}/lib
ls ${{github.workspace}}/lib
echo 'LAStools: '${{github.workspace}}/lib/LAStools'
ls '${{github.workspace}}/lib/LAStools
echo "Unzipping ..."
unzip LAStools.zip -d ${{github.workspace}}/lib
echo 'Unzip!"
Expand Down

0 comments on commit 2f3f085

Please sign in to comment.