config: fix toml move-to-workspace action
This commit is contained in:
parent
c921e2400e
commit
2a517f437a
3 changed files with 6 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ pub enum Action {
|
|||
ConfigureInput { input: Input },
|
||||
ConfigureOutput { out: Output },
|
||||
Exec { exec: Exec },
|
||||
MoveToWorkspace { name: String },
|
||||
Multi { actions: Vec<Action> },
|
||||
SetEnv { env: Vec<(String, String)> },
|
||||
SetGfxApi { api: GfxApi },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue