Skip to content

Commit

Permalink
Merge pull request #1577 from kuzudb/windows-ci-dependency-fix
Browse files Browse the repository at this point in the history
Run MSVC after clang-formatting-check on CI
  • Loading branch information
mewim committed May 27, 2023
2 parents da75c9d + c684c3a commit d672a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

msvc-build-test:
name: msvc build & test
# needs: [clang-formatting-check]
needs: [clang-formatting-check]
runs-on: self-hosted-windows
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d672a00

Please sign in to comment.