Skip to content

Commit

Permalink
downgrade to 2024.01.12
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Jan 28, 2024
1 parent 8a6ae83 commit a16c0a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
runner: 'windows-2022-xl8'
triplet: 'x64-windows'
env:
VCPKG_COMMIT_ID: '8ccb84df727bdf83045e53c319af05c554838b80'
VCPKG_INSTALLED_DIR: '${{ github.workspace }}/deps/vcpkg_installed/${{ matrix.platform }}'
VCPKG_DEFAULT_TRIPLET: '${{ matrix.triplet }}'
VCPKG_OVERLAY_TRIPLETS: '${{ github.workspace }}/overlay/triplets'
Expand All @@ -46,19 +45,9 @@ jobs:
- name: Update cmake
uses: lukka/get-cmake@latest
- name: Run vcpkg
if: runner.os != 'Windows'
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '${{ env.VCPKG_COMMIT_ID }}'
vcpkgJsonGlob: 'vcpkg.json'
runVcpkgInstall: true
- name: Run vcpkg
if: runner.os == 'Windows'
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: 'c:\vcpkg'
vcpkgGitCommitId: '${{ env.VCPKG_COMMIT_ID }}'
vcpkgJsonGlob: 'vcpkg.json'
runVcpkgInstall: true
- name: Compress packages
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
path = overlay
url = https://github.com/Open-Transactions/vcpkg-registry
shallow = true
[submodule "vcpkg"]
path = vcpkg
url = https://github.com/microsoft/vcpkg
shallow = true
1 change: 1 addition & 0 deletions vcpkg
Submodule vcpkg added at 53bef8

0 comments on commit a16c0a0

Please sign in to comment.