From ee45c942624c69c33bca0950b14c7a1da83ff139 Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Mon, 26 Jun 2023 15:38:38 +0800 Subject: [PATCH] docs: fix gitHub workflow badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29fcfc4..e83cce0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Cgofuse is a cross-platform FUSE library for Go. It is supported on multiple platforms and can be ported to any platform that has a FUSE implementation. It has [cgo](https://golang.org/cmd/cgo/) and [!cgo](https://github.com/golang/go/wiki/WindowsDLLs) ("nocgo") variants depending on the platform. -| |Windows
[![](https://img.shields.io/github/workflow/status/winfsp/cgofuse/test)](https://github.com/winfsp/cgofuse/actions/workflows/test.yml)|macOS
[![](https://img.shields.io/github/workflow/status/winfsp/cgofuse/test)](https://github.com/winfsp/cgofuse/actions/workflows/test.yml)|Linux
[![](https://img.shields.io/github/workflow/status/winfsp/cgofuse/test)](https://github.com/winfsp/cgofuse/actions/workflows/test.yml)|FreeBSD
[![no CI](https://img.shields.io/badge/build-none-lightgrey.svg)](https://cirrus-ci.com/github/billziss-gh/cgofuse)|NetBSD*
![no CI](https://img.shields.io/badge/build-none-lightgrey.svg)|OpenBSD*
![no CI](https://img.shields.io/badge/build-none-lightgrey.svg)| +| |Windows
[![](https://img.shields.io/github/actions/workflow/status/winfsp/cgofuse/test.yml?branch=master)](https://github.com/winfsp/cgofuse/actions/workflows/test.yml)|macOS
[![](https://img.shields.io/github/actions/workflow/status/winfsp/cgofuse/test.yml?branch=master)](https://github.com/winfsp/cgofuse/actions/workflows/test.yml)|Linux
[![](https://img.shields.io/github/actions/workflow/status/winfsp/cgofuse/test.yml?branch=master)](https://github.com/winfsp/cgofuse/actions/workflows/test.yml)|FreeBSD
[![no CI](https://img.shields.io/badge/build-none-lightgrey.svg)](https://cirrus-ci.com/github/billziss-gh/cgofuse)|NetBSD*
![no CI](https://img.shields.io/badge/build-none-lightgrey.svg)|OpenBSD*
![no CI](https://img.shields.io/badge/build-none-lightgrey.svg)| |:-----:|:------:|:------:|:------:|:------:|:------:|:------:| | cgo |✓|✓|✓|✓|✓|✓| | !cgo |✓| | | | | |