From 39b7c1a43833a3005c26dbb6fca22e4ede880b48 Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 27 Feb 2021 13:14:50 +0100 Subject: [PATCH] add win-msys2 clang and gcc bedges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72950a1..31fcd27 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ![ubuntu-latest-gcc](https://github.com/red0124/ssp/workflows/ubuntu-latest-gcc-ci/badge.svg) ![ubuntu-latest-clang](https://github.com/red0124/ssp/workflows/ubuntu-latest-clang-ci/badge.svg) ![ubuntu-latest-icc](https://github.com/red0124/ssp/workflows/ubuntu-latest-icc-ci/badge.svg) -[windows-msys2-gcc](https://github.com/red0124/ssp/workflows/win-msys2-gcc-ci/badge.svg) -[windows-msys2-clang](https://github.com/red0124/ssp/workflows/win-msys2-clang-ci/badge.svg) +![windows-msys2-gcc](https://github.com/red0124/ssp/workflows/win-msys2-gcc-ci/badge.svg) +![windows-msys2-clang](https://github.com/red0124/ssp/workflows/win-msys2-clang-ci/badge.svg) A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support.