mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
4482e9d86a
* fix: correct paths and no symlink for windows (go) * fix: improve Windows Go executor compatibility - Fix path handling inconsistency - use consistent double backslashes - Replace hardcoded Windows paths with dynamic system path detection - Add missing env_clear() call for mod init command - Create helper functions to reduce Windows environment setup duplication - Use SYSTEMDRIVE and TMP/TEMP environment variables for better compatibility Co-authored-by: Alexander Petric <alpetric@users.noreply.github.com> --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Windmill Worker
The worker. Used to process and execute flows & jobs.
This crate exposes both a library as well as a binary target.