Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 15, 2024
1 parent d91e914 commit 59d760c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
export PYTHONHOME=$CONDA_PREFIX
#export PDAL_DRIVER_PATH=$(python -c "import os, skbuild; print(os.path.join(skbuild.constants.SKBUILD_DIR(), 'cmake-build'))")
export PDAL_DRIVER_PATH=`pwd`:/build
export PDAL_DRIVER_PATH=`pwd`/build
echo PDAL_DRIVER_PATH
ls $PDAL_DRIVER_PATH
pdal --drivers
Expand Down

0 comments on commit 59d760c

Please sign in to comment.