Skip to content

Commit

Permalink
fixed macOS workflow name and added badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moaazassali committed Jul 5, 2024
1 parent 2067f8c commit 4bb652d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: Windows
name: macOS

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Clickhouse C++ C Bridge <br/>[![Linux](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/linux.yml/badge.svg)](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/linux.yml) [![Linux](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/windows.yml/badge.svg)](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/windows.yml)
Clickhouse C++ C Bridge <br/>[![Linux](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/linux.yml/badge.svg)](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/linux.yml) [![Windows](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/windows.yml/badge.svg)](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/windows.yml) [![macOS](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/windows.yml/macos.svg)](https://github.com/moaazassali/clickhouse-cpp-c-bridge/actions/workflows/macos.yml)
========================
This is a C interface for the [clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp) library providing all
the essential functionality to interact with ClickHouse from C using the Native protocol.
Expand Down

0 comments on commit 4bb652d

Please sign in to comment.