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 5145fa2 commit 1754f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
run: |
wget -O LAStools.zip https://github.com/LAStools/LAStools/releases/download/v2.0.2/LAStools.zip
echo 'github.workspace: '${{github.workspace}}
ls ${{ github.workspace }}
ls ${{github.workspace}}
echo "Unzipping ..."
unzip LAStools.zip -d ${{github.workspace}}/lib
echo 'Unzip!"
Expand Down

0 comments on commit 1754f8f

Please sign in to comment.