Skip to content

Commit

Permalink
ci: install missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed Jan 20, 2024
1 parent cc6586f commit f142ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: install cross
run: |
cargo install cross
rustup target add ${{ matrix.target }}
- name: build
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: install cross
run: |
cargo install cross
rustup target add ${{ matrix.target }}
- name: build
run: |
Expand Down

0 comments on commit f142ca8

Please sign in to comment.