Skip to content

Commit 85789d2

Browse files
committed
Don't report failures on Windows CI
1 parent 2d0d5e6 commit 85789d2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Revision history for IRC::Client
44
- Bump version of IO::Socket::Async::SSL, and make it accept any
55
future versions as well, to prevent clashes with e.g. Whateverable
66
- Add separate badges for each OS
7+
- Add sponsor button
78
- Update copyright year
89

910
4.0.11 2023-11-07T14:12:36+01:00

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Actions Status](https://github.com/lizmat/IRC-Client/actions/workflows/linux.yml/badge.svg)](https://github.com/lizmat/IRC-Client/actions) [![Actions Status](https://github.com/lizmat/IRC-Client/actions/workflows/macos.yml/badge.svg)](https://github.com/lizmat/IRC-Client/actions) [![Actions Status](https://github.com/lizmat/IRC-Client/actions/workflows/windows.yml/badge.svg)](https://github.com/lizmat/IRC-Client/actions)
1+
[![Actions Status](https://github.com/lizmat/IRC-Client/actions/workflows/linux.yml/badge.svg)](https://github.com/lizmat/IRC-Client/actions) [![Actions Status](https://github.com/lizmat/IRC-Client/actions/workflows/macos.yml/badge.svg)](https://github.com/lizmat/IRC-Client/actions)
22

33
NAME
44
====

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ filename = lib/IRC/Client.rakumod
1010
[Badges]
1111
provider = github-actions/linux.yml
1212
provider = github-actions/macos.yml
13-
provider = github-actions/windows.yml
13+
#provider = github-actions/windows.yml
1414

1515
[UploadToZef]

0 commit comments

Comments
 (0)