Skip to content

Commit

Permalink
CI: Install Target
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed Sep 13, 2024
1 parent 15a8297 commit f1c42aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Example CI
name: Cargo Build Test

on:
workflow_dispatch:
Expand Down Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Install generaic tools
run: yes | pacman -Syy make cmake rustup gcc
- name: setup rust toolchain
run: rustup default nightly && cargo install cargo-binutils
run: rustup default nightly && cargo install cargo-binutils && rustup target add ${{ matrix.target }}
- name: Test Build ${{ matrix.arch }}
run: cargo build --release --target ${{ matrix.target}}
run: cargo build --release --target ${{ matrix.target}} --all-features

0 comments on commit f1c42aa

Please sign in to comment.