We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c38fd3 commit a3739e1Copy full SHA for a3739e1
.github/workflows/ci.yaml
@@ -38,6 +38,8 @@ jobs:
38
run: TARGET=riscv64imac-unknown-none-elf cargo check
39
- name: Run CI script for riscv64gc-unknown-none-elf under ${{ matrix.rust }}
40
run: TARGET=riscv64gc-unknown-none-elf cargo check
41
+ - name: Check blobs
42
+ run: ./check-blobs.sh
43
44
# On macOS and Windows, we at least make sure that all examples build and link.
45
build-other:
0 commit comments