Skip to content

Remove unnecessary null in argv's end (#88) #7

Remove unnecessary null in argv's end (#88)

Remove unnecessary null in argv's end (#88) #7

Workflow file for this run

name: Develop Clang
on:
pull_request:
push:
jobs:
develop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Deps
run: |
rustup target add riscv64imac-unknown-none-elf
wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 16 && rm llvm.sh
- name: Test
run: |
cargo build --verbose --target=riscv64imac-unknown-none-elf --features=build-with-clang