Skip to content

Fixed an off-by-one error in displaying the program counter in the di… #52

Fixed an off-by-one error in displaying the program counter in the di…

Fixed an off-by-one error in displaying the program counter in the di… #52

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libfmt-dev
- name: configure
run: make configure
- name: make
run: make
- name: make runtests
run: make runtests