Skip to content

Commit

Permalink
Merge pull request #3383 from talregev/TalR/vcpkg_update_hash
Browse files Browse the repository at this point in the history
Update vcpkg hash
  • Loading branch information
traversaro committed Apr 14, 2024
2 parents d04e1e0 + 4167516 commit 291ab64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/windows-config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ runs:
with:
arch: ${{ inputs.arch }}

- name: Configure cmake
uses: lukka/get-cmake@latest

- name: Fix vcpkg
shell: cmd
run: vcpkg.exe integrate remove
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
config:
name: ${{ matrix.arch }}-config
runs-on: windows-latest
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 291ab64

Please sign in to comment.