Skip to content

Commit

Permalink
docs: update version to v1.3.0 in the readme file (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Aug 9, 2023
1 parent 7ef2eb8 commit 961184a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Configure the project
uses: threeal/cmake-action@v1.2.0
uses: threeal/cmake-action@v1.3.0

- name: Build the project
runs: cmake --build build
Expand All @@ -70,13 +70,13 @@ jobs:
runs: ctest --test-dir build
```
> **Note**: You can replace [`v1.2.0`](https://github.com/threeal/cmake-action/releases/tag/v1.2.0) with any version you prefer. See [this](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsuses).
> **Note**: You can replace [`v1.3.0`](https://github.com/threeal/cmake-action/releases/tag/v1.3.0) with any version you prefer. See [this](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsuses).

#### Configure, Build, and Test in the Same Step

```yaml
- name: Configure, build, and test the project
uses: threeal/cmake-action@v1.2.0
uses: threeal/cmake-action@v1.3.0
with:
run-build: true
run-test: true
Expand All @@ -86,7 +86,7 @@ jobs:

```yaml
- name: Configure the project
uses: threeal/cmake-action@v1.2.0
uses: threeal/cmake-action@v1.3.0
with:
source-dir: submodules
build-dir: submodules/out
Expand All @@ -96,7 +96,7 @@ jobs:

```yaml
- name: Configure the project
uses: threeal/cmake-action@v1.2.0
uses: threeal/cmake-action@v1.3.0
with:
generator: Ninja
c-compiler: clang
Expand Down

0 comments on commit 961184a

Please sign in to comment.