Skip to content

strupr is a Microsoft C function; replaced with custom strupr to avoi… #8

strupr is a Microsoft C function; replaced with custom strupr to avoi…

strupr is a Microsoft C function; replaced with custom strupr to avoi… #8

Workflow file for this run

name: Test Assembler
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make check
working-directory: ./assembler
run: make check