Skip to content

(bump) 2.1.0 -> 2.1.1 #89

(bump) 2.1.0 -> 2.1.1

(bump) 2.1.0 -> 2.1.1 #89

Workflow file for this run

# This workflow will build a Nimble project
name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# ⚠️ This setups the latest stable Nim version
- name: Install Nim
uses: iffy/install-nim@v5
- name: Install dependencies
run: nimble install -y
- name: Build
run: nimble build --define:release --out:lucem
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: Build
path: lucem