Expected Behavior
grill make should install dependencies and build the workspace.
Actual Behavior
Got the following error : os error 17, failed to move tmp folder
D:\Dev\Beef\beeftest> grill make --path=.
Make beeftest v0.1.0
[ERROR] Failed to move tmp folder
Caused by:
Impossible de déplacer le fichier vers un lecteur de disque différent. (os error 17)
[1/4] 🧭 Up to date ✔
[2/4] 🔍 Resolution ready ✔
Steps to Reproduce the Problem
- Create a folder on a separate drive (D: in my case)
grill init
grill update
grill add GLFW Json
grill make
Specifications
- Version: 0.2.3
- Platform: Windows
Expected Behavior
grill makeshould install dependencies and build the workspace.Actual Behavior
Got the following error : os error 17, failed to move tmp folder
Steps to Reproduce the Problem
grill initgrill updategrill add GLFW Jsongrill makeSpecifications