Skip to content

fix: README.md

fix: README.md #263

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: apt-get update
run: sudo apt-get update
- name: apt-get install
run: sudo apt-get install build-essential sdcc
- uses: actions/checkout@v4
- name: make
run: make