Skip to content

Commit

Permalink
Update ci.yml to allow for different architectures.
Browse files Browse the repository at this point in the history
  • Loading branch information
hg8496 authored Sep 27, 2024
1 parent df36636 commit dece3eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Add target
run: rustup target add ${{ matrix.target }}
- name: Build
run: cargo build --release
run: cargo build --release --target ${{ matrix.target }}
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dece3eb

Please sign in to comment.