Skip to content

Commit c4e699e

Browse files
committed
docs: simplify the example [skip ci]
1 parent 74cd8eb commit c4e699e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package can be used locally or from CI services like GitHub Actions. Stay tu
1616
`setup-cpp` can install all of these tools:
1717

1818
- llvm
19-
- gcc and mingw
19+
- gcc
2020
- cmake
2121
- ninja
2222
- meson
@@ -49,7 +49,6 @@ on:
4949

5050
jobs:
5151
Test:
52-
if: "!contains(github.event.head_commit.message, '[skip ci]')"
5352
runs-on: ${{ matrix.os }}
5453
strategy:
5554
fail-fast: false
@@ -71,11 +70,12 @@ jobs:
7170
conan: true
7271
cppcheck: true
7372
ccache: true
73+
# add any tool that you need here...
7474
```
7575

7676
In the `compiler` entry, you can specify the version after a `-`. For example, `llvm-11`.
7777

78-
For the tools, instead of `true`, which choses the default version, you can pass a specific version.
78+
For the tools, instead of `true`, which chooses the default version, you can pass a specific version.
7979

8080
### Incomplete
8181

0 commit comments

Comments
 (0)