Skip to content

Commit 0018a86

Browse files
author
ladeak
committed
Fix job dependency
1 parent 755ac34 commit 0018a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
192192
vscodeextension-linux-arm64:
193193
runs-on: ubuntu-latest
194-
needs: [cross-compile-linux-arm64]
194+
needs: [cross-compile-linux-aot]
195195
permissions:
196196
contents: write
197197
steps:

0 commit comments

Comments
 (0)