Skip to content

Commit

Permalink
Test cargo-semverchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Jan 9, 2025
1 parent 22d69ba commit 631dbdc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,24 @@ jobs:
target: x86_64-unknown-netbsd
toolchain: "1.59.0"

# --------------------------------------------------------------------------
# Semantic Versioning
#
# Check at least once per platform as we heavily depend on platform-specific
# code.

semver-aarch64-apple-darwin:
runs-on: ubuntu-latest
steps:
- run: |
# TODO: Harmonize with build.yaml
sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/' /etc/apt/sources.list
sudo apt-get -qq update
sudo apt-get -qq -y install build-essential curl git pkg-config libudev-dev
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: obi1kenobi/cargo-semver-checks-action@v2

# --------------------------------------------------------------------------
# cargo-deny

Expand Down

0 comments on commit 631dbdc

Please sign in to comment.