Skip to content

fix: cargo warning config -> config.toml #36

fix: cargo warning config -> config.toml

fix: cargo warning config -> config.toml #36

Workflow file for this run

name: C
on: [push, pull_request]
jobs:
c:
name: C Extension Build Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-arm-none-eabi
- name: Build
run: |
c/build.bash