Skip to content

Merge pull request #433 from helium/mj/hip-134-unique-connections #943

Merge pull request #433 from helium/mj/hip-134-unique-connections

Merge pull request #433 from helium/mj/hip-134-unique-connections #943

Workflow file for this run

name: Cpp CI
on:
push:
branches: [master]
tags: ['v*']
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler
- name: Cancel previous runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- name: Build pr files
run: bash build-cpp.sh