Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Mar 21, 2024
1 parent 018bcc8 commit e3d70bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install aarch64-unknown-linux-gnu depedencies
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: apt install make -y

- name: Build Release
run: cargo build --package dosei --target ${{ matrix.target }} --release

Expand Down

0 comments on commit e3d70bc

Please sign in to comment.