Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use rust based stub generation #10

Merged
merged 4 commits into from
Nov 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add matrix strategy for nightly doc workflow
Ragarnoy committed Nov 8, 2024
commit 2a5273350b4873589d968583e33783b485a48aad
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -63,12 +63,17 @@ jobs:
doc:
runs-on: ubuntu-latest
name: nightly / doc
strategy:
matrix:
target: [thumbv7em-none-eabihf]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
with:
targets: ${{ matrix.target }}
- name: Install ARM toolchain
uses: carlosperate/arm-none-eabi-gcc-action@v1
with: