Skip to content

Commit

Permalink
uses run-vcpkg@v11
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Sep 10, 2024
1 parent db26dec commit 3fca908
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hosted-cmake-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash

- name: Setup vcpkg for building artifacts
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
vcpkgJsonGlob: '**/cmakepresets/vcpkg.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-contexts-dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: contains( runner.os, 'windows')
- uses: lukka/get-cmake@latest
- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
vcpkgDirectory: ${{ github.workspace }}/../b/vcpkg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hosted-dump-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Run vcpkg and dump its failure log
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '${{ matrix.vcpkgCommitId }}'
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Setup vpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-msbuild-vcpkg_submod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
vcpkgJsonGlob: '**/cmakepresets/vcpkg.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-toolchain-vcpkg_submod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
vcpkgJsonGlob: '**/cmakepresets/vcpkg.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-vcpkg-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash

- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: bash

- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
# This specifies the location of vcpkg, where it is going to be restored from cache, or create from scratch.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-vcpkg_submod-autocache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: bash

- name: Restore vcpkg executable and data files from GH Action cache, or setup vcpkg from scratch if there is a cache-miss
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
# This one is not needed, as it is the default value anyway.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-vcpkg_submod-triplet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: bash

- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
# This one is not needed, as it is the default value anyway.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-vcpkg_submod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: bash

- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
# This one is not needed, as it is the default value anyway.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash

- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
# This one is deliberately pointing to a non existing directory (so that vcpkg is not identified as a submodule of this repository).
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-vcpkgjson-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash

- name: Setup vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
# This one is deliberately pointing to a non existing directory (so that vcpkg is not identified as a submodule of this repository).
Expand Down

0 comments on commit 3fca908

Please sign in to comment.