Skip to content

feat(sample): revised to use RHYTHM mode. #275

feat(sample): revised to use RHYTHM mode.

feat(sample): revised to use RHYTHM mode. #275

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