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

0 comments on commit c6974f8

Please sign in to comment.