Skip to content

update workflow 2

update workflow 2 #2

Workflow file for this run

name: MSVC
description: MSVC
on:
pull_request:
branches:
- '*'
paths:
- 'develop.ps1'
jobs:
MsvcDev:
needs: [Checkout]
uses: "./.github/workflows/visual_studio"

Check failure on line 15 in .github/workflows/_msvc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_msvc.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
with:
qtVersion: ${{ needs.Checkout.outputs.qtVersion }}
antlrVersion: ${{ needs.Checkout.outputs.antlrVersion }}