Skip to content

updt: jit: codegen: use argument type hints to specialize function #79

updt: jit: codegen: use argument type hints to specialize function

updt: jit: codegen: use argument type hints to specialize function #79

Workflow file for this run

name: Windows Build
on: push
jobs:
build:

Check failure on line 6 in .github/workflows/windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
runs-on: windows-latest
strategy:
matrix:
config: [Release, Debug]
fail-fast: false
steps:
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "16.0.4"
- uses: actions/checkout@v2
- uses: microsoft/[email protected]
- name: ${{ matrix.config }}
env:
CONFIG: ${{ matrix.config }}
run: msbuild /p:Configuration=$env:CONFIG /p:OutDir=. && set next=Next.exe && .\\Next.exe tests\\orchestrator.n && python util\\benchmark.py -n 10 -l next