Skip to content

Update Rust crate regress to 0.10.1 #3105

Update Rust crate regress to 0.10.1

Update Rust crate regress to 0.10.1 #3105

name: check-opte-ver
on:
pull_request:
paths:
- '.github/workflows/check-opte-ver.yml'
- 'Cargo.toml'
- 'tools/opte_version'
jobs:
check-opte-ver:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
- name: Install jq
run: sudo apt-get install -y jq
- name: Install toml-cli
run: cargo install toml-cli@0.2.3
- name: Check OPTE version and rev match
run: ./tools/ci_check_opte_ver.sh