We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ee45a commit e02b498Copy full SHA for e02b498
.github/workflows/_msvc.yml
@@ -1,5 +1,5 @@
1
-name: Pull Request
2
-description: Pull request
+name: MSVC
+description: MSVC
3
4
on:
5
pull_request:
@@ -10,20 +10,9 @@ on:
10
11
jobs:
12
13
- Checkout:
14
- uses: "./.github/workflows/_checkout.yml"
15
- with:
16
- checkoutRef: ${{ github.event.pull_request.head.sha }}
17
-
18
- QC:
19
- needs: [Checkout]
20
- uses: "./.github/workflows/_qc.yml"
21
22
- nixHash: ${{ needs.Checkout.outputs.nixHash }}
23
24
MsvcDev:
25
needs: [Checkout]
26
- uses: "./.github/workflows/msvcDev.yml"
+ uses: "./.github/workflows/visual_studio"
27
with:
28
qtVersion: ${{ needs.Checkout.outputs.qtVersion }}
29
antlrVersion: ${{ needs.Checkout.outputs.antlrVersion }}
.github/workflows/msvcDev.yml
0 commit comments