Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoesmp authored Mar 11, 2024
1 parent 21639a5 commit 5145fa2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,16 @@ jobs:
#if: steps.cache-lastools-armadillo-gdal.outputs.cache-hit != 'true' # TODO Restore
run: |
wget -O LAStools.zip https://github.com/LAStools/LAStools/releases/download/v2.0.2/LAStools.zip
echo 'github.workspace: '${{ github.workspace }}
echo 'github.workspace: '${{github.workspace}}
ls ${{ github.workspace }}
echo "Unzipping ..."
unzip LAStools.zip -d ${{github.workspace}}/lib
echo 'github.workspace: '${{ github.workspace }}
ls ${{ github.workspace }}
echo 'Unzip!"
echo 'github.workspace: '${{github.workspace}}
ls ${{github.workspace}}
echo -e "\n"
echo ${{ github.workspace }}'/lib'
ls ${{ github.workspace }}/lib
echo ${{github.workspace}}'/lib'
ls ${{github.workspace}}/lib
echo -e "\n"
echo -e "PWD BEFORE: ${PWD}"
cd LAStools && cmake . && make
Expand Down

0 comments on commit 5145fa2

Please sign in to comment.