Skip to content

Update dependency cpp_httplib_archive to v0.16.0 #246

Update dependency cpp_httplib_archive to v0.16.0

Update dependency cpp_httplib_archive to v0.16.0 #246

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 }}