Skip to content

Commit 63e93b9

Browse files
author
Alvaro Muñoz
authored
Merge pull request #73 from GitHubSecurityLab/fixci
Fix compile dependency.
2 parents f439fa6 + 4229dac commit 63e93b9

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)