Skip to content

Commit

Permalink
Test with run-vcpkg@dev/node20-v7
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 18, 2024
1 parent 63defd0 commit 6363c02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ResInsightWithCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
cache: true

- name: Restore from cache and install vcpkg
uses: lukka/run-vcpkg@v7
uses: lukka/run-vcpkg@dev/node20-v7
id: runvcpkg
with:
vcpkgArguments: "@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ResInsightWithCacheManualPaths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
with:
VCPKGRESPONSEFILE: ${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}
- name: Run vcpkg
uses: lukka/run-vcpkg@v5
uses: lukka/run-vcpkg@dev/node20-v7
id: runvcpkg
with:
vcpkgArguments: "@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache: true

- name: Run vcpkg
uses: lukka/run-vcpkg@v7
uses: lukka/run-vcpkg@dev/node20-v7
id: runvcpkg
with:
vcpkgArguments: "@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}"
Expand Down

0 comments on commit 6363c02

Please sign in to comment.