Skip to content

Added bad_wkc variable to track bad working counters and send info to… #120

Added bad_wkc variable to track bad working counters and send info to…

Added bad_wkc variable to track bad working counters and send info to… #120

Workflow file for this run

name: build
on:
push:
paths:
- "src/**"
- "test/**"
- "tools/**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- run: |
mkdir -p build
cd build
cmake ..
make