Skip to content

Commit

Permalink
install cross
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 12, 2024
1 parent cc89e76 commit 6cc2966
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: cargo-bins/cargo-binstall@main
- name: Install cross
run: cargo binstall cross --no-confirm
- name: Build and test
run: ${{ matrix.platform.command }} test --locked --target ${{ matrix.platform.target }}

0 comments on commit 6cc2966

Please sign in to comment.