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 8fe7acc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 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 = false
1 change: 1 addition & 0 deletions vcpkg
Submodule vcpkg added at 53bef8
1 change: 0 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema":
"https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "opentxs-dependency-builder",
"builtin-baseline": "8ccb84df727bdf83045e53c319af05c554838b80",
"version": "1",
"dependencies": [
"boost-algorithm",
Expand Down

0 comments on commit 8fe7acc

Please sign in to comment.