Skip to content

remove colon in Timestamp records #22

remove colon in Timestamp records

remove colon in Timestamp records #22

Workflow file for this run

name: Quick test
on: [push]
jobs:
build:
strategy:
matrix:
version: ["73", "74"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
set -ex
curl -s https://packagecloud.io/install/repositories/varnishcache/varnish${{ matrix.version }}/script.deb.sh | sudo bash
sudo apt-get install -y cmake gcc jq libcjson-dev python3-docutils varnish varnish-dev
cmake -B build
cmake --build build/
ctest --test-dir build/ --output-on-failure