Skip to content

Commit

Permalink
Fix CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Nov 10, 2023
1 parent 96842a8 commit c4403ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

publish-spec:
runs-on: ubuntu-latest
needs: [build-core-spec, build-js-api-spec, build-web-api-spec]
needs: [build-core-spec, build-legacy-exceptions-spec, build-js-api-spec, build-web-api-spec]
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit c4403ae

Please sign in to comment.