Executing the build instructions fails because a file named `BUILD` already exists at the project root: ```shell $ mkdir -p build && cd build mkdir: build: File exists ```
Activity
arximboldi commentedon Feb 26, 2024
Oh... which OS are you on? It seems you are in a case-sensitive filesystem? But fair, it should work regardles...