Skip to content

Chore: Bump OPTE to v0.26.194 (2275f18) #1059

Chore: Bump OPTE to v0.26.194 (2275f18)

Chore: Bump OPTE to v0.26.194 (2275f18) #1059

Workflow file for this run

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Install jq
run: sudo apt-get install -y jq
- name: Install toml-cli
run: cargo install [email protected]
- name: Check OPTE version and rev match
run: ./tools/ci_check_opte_ver.sh