Skip to content

Commit 4229dac

Browse files
committed
Fix compile dependency.
1 parent f439fa6 commit 4229dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
configs:
145145
runs-on: ubuntu-latest
146-
needs: compile
146+
needs: compile-and-test
147147

148148
steps:
149149
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)