Skip to content

Commit

Permalink
Adding a target
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Oct 7, 2024
1 parent 5132e27 commit 10d1087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
# uses: mozilla-actions/[email protected]

# Installing Build Dependencies
- name: Adding Target
run: rustup target add ${{ matrix.build-target.target-triple }}
- name: Build Dependencies (aarch64 linux)
if: ${{ matrix.build-target.target-triple == 'aarch64-unknown-linux-gnu' }}
run: |
Expand Down

0 comments on commit 10d1087

Please sign in to comment.