Skip to content

Commit

Permalink
tests for PR lukka/run-vcpkg#126
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Jan 30, 2022
1 parent ad9884e commit ea5670b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hosted-contexts-dump.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
if: contains( runner.os, 'windows')
- uses: lukka/get-cmake@latest
- name: Setup vcpkg or restore from cache the artifacts
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgDirectory: ${{ github.workspace }}/../b/vcpkg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hosted-dump-logs.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Run vcpkg and dump its failure log
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
with:
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '${{ matrix.vcpkgCommitId }}'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts for vcpkg (or setup vcpkg if cache miss).
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-msbuild-vcpkg_submod.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, or run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgJsonGlob: '**/cmakepresets/vcpkg.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-toolchain-vcpkg_submod.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, or run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgJsonGlob: '**/cmakepresets/vcpkg.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-vcpkg-install.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: bash

- name: Restore artifacts, or run vcpkg, build (and cache artifacts as post step)
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-vcpkg.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash

- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
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-triplet.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash

- name: Restore artifacts, or setup vcpkg for building artifacts
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
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
Expand Up @@ -32,7 +32,7 @@ jobs:
shell: bash

- name: Restore artifacts, or setup vcpkg for building artifacts
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
# This one is not needed, as it is the default value anyway.
Expand Down

0 comments on commit ea5670b

Please sign in to comment.