Skip to content

Commit

Permalink
To build github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott10 committed Apr 19, 2024
1 parent 498fdaa commit c35c334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust-toolchain }}
override: true
components: rust-src
target: riscv64gc-unknown-none-elf
- uses: actions-rs/[email protected]
with:
crate: cargo-binutils
Expand All @@ -29,4 +31,5 @@ jobs:
with:
arch: ${{ matrix.arch }}
- name: Build ${{ github.repository }}
run: cargo build -vv --target riscv64gc-unknown-none-elf
run: |
cargo build -vv --target riscv64gc-unknown-none-elf
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: ./.github/workflows/actions/setup-musl
with:
arch: ${{ matrix.arch }}
- name: Run app tests
- name: Run examples
run: |
cd examples
make run

0 comments on commit c35c334

Please sign in to comment.