Skip to content

Correct lore writing if there is more than one known drop #2

Correct lore writing if there is more than one known drop

Correct lore writing if there is more than one known drop #2

Workflow file for this run

# Exercise src/Makefile.nmake.
name: nmake
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Stock
runs-on: windows-latest
steps:
- name: Add nmake and compiler to PATH
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x86
- name: Clone Project
uses: actions/checkout@v4
- name: Build
run: |
cd src
nmake /f Makefile.nmake