Skip to content

Commit

Permalink
Fix COLLADA2GLTF_BIN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 22, 2024
1 parent 26a9a5f commit e907fc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
pushd COLLADA2GLTF
wget https://github.com/KhronosGroup/COLLADA2GLTF/releases/download/v2.1.5/COLLADA2GLTF-v2.1.5-linux.zip
unzip COLLADA2GLTF-v2.1.5-linux.zip
export COLLADA2GLTF_BIN=`pwd`
popd
- name: Install model sources
run: |
mkdir MODEL_SRC
pushd MODEL_SRC
wget https://github.com/AuScope/geomodel-2-3dweb/releases/download/PORTAL_RELEASE_20210718/GEOMODELS_SRC-GA.tar.gz
tar xvfz GEOMODELS_SRC-GA.tar.gz
popd
- name: Install pdm
run: |
python -m pip install --upgrade pip
Expand All @@ -46,10 +46,11 @@ jobs:
pdm install
- name: Build
run: |
export COLLADA2GLTF_BIN=`pwd`/COLLADA2GLTF
echo "COLLADA2GLTF_BIN=$COLLADA2GLTF_BIN"
export GEOMODELS_HOME=`pwd`/MODEL_SRC
echo "GEOMODELS_HOME=$GEOMODELS_HOME"
eval $(pdm venv activate)
env
cd web_build/
./batch_proc.py

0 comments on commit e907fc5

Please sign in to comment.