Skip to content

Commit 53b38f0

Browse files
committed
ci: Fixed pre build dependency
1 parent 68e02e0 commit 53b38f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ action "Pre Build" {
2424
}
2525

2626
action "Build" {
27-
needs = "Build Options"
27+
needs = "Pre Build"
2828
uses = "docker://node"
2929
runs = "npm"
3030
args = "run build"

0 commit comments

Comments
 (0)