Skip to content

Commit

Permalink
Merge pull request #8 from albertoesmp/actions_debug
Browse files Browse the repository at this point in the history
Debugging cmake.yml ...
  • Loading branch information
albertoesmp authored Mar 11, 2024
2 parents 653e7e5 + a0d5316 commit e22a26a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,20 @@ jobs:
##### LasTools #####
- name: Build LASTools
if: steps.cache-lastools-armadillo-gdal.outputs.cache-hit != 'true'
#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
unzip LAStools.zip -d ${{github.workspace}}/lib
echo 'github.workspace: '${{ github.workspace }}
ls ${{ github.workspace }}
echo -e "\n"
echo ${{ github.workspace }}'/lib'
ls ${{ github.workspace }}/lib
echo -e "\n"
echo -e "PWD BEFORE: ${PWD}"
cd LAStools && cmake . && make
echo -e "PWD AFTER: ${PWD}"
echo -e "\n------------------------------------------------\n\n"
cd .. && rm LAStools.zip
Expand Down

0 comments on commit e22a26a

Please sign in to comment.