Skip to content

added missing inline #3

added missing inline

added missing inline #3

Workflow file for this run

# basic testing with Microsoft compiler
# uses this: https://github.com/TheMrMilchmann/setup-msvc-dev
# tryng this
# https://github.com/marketplace/actions/engineerd-configurator
name: CI-testing-msvc
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:t

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

You have an error in your yaml syntax on line 15
job3:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSVC Developer Command Prompt
uses: TheMrMilchmann/[email protected]
with:
arch: x64
- name: engineerd/configurator
uses: engineerd/[email protected]
with:
name: boost::graph-1.82
url: https://github.com/boostorg/graph/archive/refs/tags/boost-1.82.0.zip
pathInArchive: graph-boost-1.82.0.zip/include/boost
- name: run msvc
run: cl /EHsc demo/sample_1.cpp