Skip to content

workflows

workflows #47

Workflow file for this run

name: Windows OS Nim 2.2.4 compilation
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
build_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: '2.2.4'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up MSYS2
uses: msys2/setup-msys2@v2
with:
update: true
install: >-
base-devel
mingw-w64-x86_64-toolchain
git
cmake
- name: Build
shell: msys2 {0}
run: |
pacman -S --needed --noconfirm mingw-w64-x86_64-glfw
nimble all