Fix Compile/Dependencies needs in main.workflow
This commit is contained in:
@@ -9,8 +9,9 @@ action "Dependencies" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
action "Compile" {
|
action "Compile" {
|
||||||
|
needs = "Dependencies"
|
||||||
uses = "actions/[email protected]"
|
uses = "actions/[email protected]"
|
||||||
run = "run build"
|
args = "run build"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Format" {
|
action "Format" {
|
||||||
|
|||||||
Reference in New Issue
Block a user