Skip to content

workflow

workflow #3

Workflow file for this run

name: Windows OS compilation-
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
win_nightly:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: msys2/setup-msys2@v2
with:
update: true
install: >-
make
mingw-w64-ucrt-x86_64-{clang,cmake,llvm-openmp}
patch
- shell: msys2 {0}
run: |

Check failure on line 24 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 24
uname -a
make