Skip to content

updated: imguin Makefile etc #7

updated: imguin Makefile etc

updated: imguin Makefile etc #7

Workflow file for this run

name: Windows OS Nim 2.2.0 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.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
nimble install
nimble make