Skip to content

Commit

Permalink
Install current target for semver-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Jan 9, 2025
1 parent 2cf4fb2 commit de2db7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
sudo apt-get -qq -y install build-essential curl git pkg-config libudev-dev
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v2
- uses: obi1kenobi/cargo-semver-checks-action@v2
with:
Expand Down

0 comments on commit de2db7e

Please sign in to comment.