Skip to content

Update dependency cpp_httplib_archive to v0.14.2 #278

Update dependency cpp_httplib_archive to v0.14.2

Update dependency cpp_httplib_archive to v0.14.2 #278

Workflow file for this run

on: push
name: ci
jobs:
build:
name: "x86 build and test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: build
uses: curtismuntz/witness/.github/actions/dev_environment@master
with:
args: bazel build //witness/...
- name: test
uses: curtismuntz/witness/.github/actions/dev_environment@master
with:
args: bazel test //witness/...