Skip to content

Update dependency apriltag_archive to v3.4.2 #251

Update dependency apriltag_archive to v3.4.2

Update dependency apriltag_archive to v3.4.2 #251

Workflow file for this run

on: pull_request
name: pr
jobs:
build:
name: "build"
runs-on: ubuntu-latest
strategy:
matrix:
architecture: ["aarch64", "armv7hf", "amd64"]
steps:
- uses: actions/checkout@master
- name: build
uses: curtismuntz/witness/.github/actions/dev_environment@master
with:
args: bazel build //witness/... --config=${{ matrix.architecture }}