Skip to content

Workflow file for this run

name: Build Checks
on:
push:
branches: [ "windows_build" ]
jobs:
BuildWindows:
runs-on: windows-latest
strategy:
fail-fast: false
defaults:
run:
shell: msys2 {0}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Test msys
run: |
ls .
- name: Test install clang
run: |
pacman -S mingw-w64-clang-x86_64-clang