Bug Description
Building fails with following error message:
/bin/sh: 1: tauri: not found
Current Behavior
Building errors out
Expected Behavior
Building succeeding
Steps to Reproduce
- Clone repository
- Open terminal in frontend/
- Run ./build-gpu.sh
Environment
Additional Context
build-essential, cmake, git, nvidia-driver-550 and nvidia-cuda-toolkit are installed correctly
I've tried installing rust and tauri-cli but that didn't change anything.
Checklist
- [ x ] I have searched for similar issues
- [ x ] I have provided all required information
- [ x ] I have included error messages if applicable