Skip to content

Commit 8c3a01a

Browse files
authored
Modify fvdb build command to include '-e' flag
Added '-e' flag to the build command for fvdb. Signed-off-by: Francis Williams <fwilliams@users.noreply.github.com>
1 parent dacbe8a commit 8c3a01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
echo "Building fvdb"
100100
micromamba activate fvdb
101-
./build.sh install verbose --cuda-arch-list '8.9+PTX'
101+
./build.sh install verbose --cuda-arch-list '8.9+PTX' -e
102102
103103
- name: Clone and build fvdb-reality-capture
104104
run: |

0 commit comments

Comments
 (0)