Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Simple usage example:

```yaml
- name: vcpkg build
uses: johnwason/vcpkg-action@v7
uses: johnwason/vcpkg-action@v8
id: vcpkg
with:
pkgs: boost-date-time boost-system
Expand All @@ -43,7 +43,7 @@ Simple manifest example:
```yaml
- name: vcpkg build
id: vcpkg
uses: johnwason/vcpkg-action@v7
uses: johnwason/vcpkg-action@v8
with:
manifest-dir: ${{ github.workspace }} # Set to directory containing vcpkg.json
triplet: x64-windows-release
Expand All @@ -54,7 +54,7 @@ Simple manifest example:
## Usage

```yaml
- uses: johnwason/vcpkg-action@v7
- uses: johnwason/vcpkg-action@v8
with:
# The vcpkg packages to build, separated by spaces. Cannot be used with manifest-dir
pkgs: ''
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
vcpkg_triplet: x64-windows-release
steps:
- name: vcpkg build
uses: johnwason/vcpkg-action@v7
uses: johnwason/vcpkg-action@v8
id: vcpkg
with:
pkgs: boost-date-time
Expand Down
Loading