Skip to content

Commit

Permalink
Only one CI test file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Oct 18, 2024
1 parent b3a273c commit 8f85d15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unix_ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up MSVC
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
# - name: Set up MSVC
# if: runner.os == 'Windows'
# uses: ilammy/msvc-dev-cmd@v1

- name: Setup Cpp
uses: aminya/setup-cpp@v1
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![C/C++ CI of Cli](https://github.com/daniele77/cli/workflows/C/C++%20CI%20of%20Cli/badge.svg)
[![CI of Cli](https://github.com/daniele77/cli/actions/workflows/ci.yml/badge.svg)](https://github.com/daniele77/cli/actions/workflows/ci.yml)
[![CodeQL](https://github.com/daniele77/cli/actions/workflows/codeql.yml/badge.svg)](https://github.com/daniele77/cli/actions/workflows/codeql.yml)

[:heart: Sponsor](https://github.com/sponsors/daniele77)

# cli

Expand All @@ -10,9 +11,6 @@ A cross-platform header only C++14 library for interactive command line interfac

![demo_telnet_session](https://user-images.githubusercontent.com/5451767/51046612-d1dadc00-15c6-11e9-83c2-beadb3593348.gif)

![C/C++ CI of Cli](https://github.com/daniele77/cli/workflows/C/C++%20CI%20of%20Cli/badge.svg)

[:heart: Sponsor](https://github.com/sponsors/daniele77)

**IMPORTANT: Breaking API changes!** Version 2.0 of `cli` has made breaking changes in order to add more functionality.
To migrate your application to new `cli` version, see the section
Expand Down

0 comments on commit 8f85d15

Please sign in to comment.