Fix executor builds on Windows
This commit is contained in:
parent
af7de1cc48
commit
19c64fb94c
|
@ -4,6 +4,7 @@ import (
|
|||
"os/exec"
|
||||
"time"
|
||||
|
||||
cstructs "github.com/hashicorp/nomad/client/driver/structs"
|
||||
"golang.org/x/sys/windows"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue