Skip to content

Update jekyll.yml

Update jekyll.yml #12

Workflow file for this run

name: MSYS2
on: [push, pull_request]
jobs:
msys2-ucrt64:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
update: true
install: git mingw-w64-ucrt-x86_64-gcc
- name: CI-Build
run: |
echo 'Running in MSYS2!'
./ci-build.sh