Skip to content

Removed the usage of the accumulator operand type (#66) #610

Removed the usage of the accumulator operand type (#66)

Removed the usage of the accumulator operand type (#66) #610

Workflow file for this run

name: Build project with Makefile
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Clean project
run: make clean
- name: Build with `make`
run: make