Skip to content

Commit

Permalink
fix vcpkg baseline thing
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Nov 12, 2023
1 parent 2c14c59 commit 72c3bae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.windows.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ jobs:
submodules: 'recursive'

- name: Install latest CMake
uses: lukka/get-cmake@40c07e5c5de43d1dfc7d9c1344b9e05be7d5696e # latest as of 2023-01-13
uses: lukka/get-cmake@9781783c006d9d607cb391b971a1dcbed768a25a # latest as of 2023-11-12

- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@22886c015a6bbb5ca57c55f43a6dbe6943ab744e # latest as of 2023-01-13
uses: lukka/run-vcpkg@6fe69898af670ac05f4a8427cc5cff4fb361cee5 # latest as of 2023-11-12
with:
vcpkgGitCommitId: '12b7cfe6109a9d68319334b56a01c44a302a13b6' # latest as of 2023-01-20
vcpkgGitCommitId: '61f610845fb206298a69f708104a51d651872877' # latest as of 2023-11-12
prependedCacheKey: '${{ matrix.deps_type }}Deps'

- name: Create prefix folder
shell: cmd
run: mkdir prefix

- name: Build tilibs
uses: lukka/run-cmake@d8897e1de33ed2ec4628ec5acf69861da7c719db # latest as of 2023-01-13
uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # latest as of 2023-11-12
with:
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
configurePreset: '${{ matrix.arch }}-${{ matrix.config }}'
Expand All @@ -56,7 +56,7 @@ jobs:
CMAKE_INSTALL_PREFIX_OVERRIDE: '${{ github.workspace }}/prefix'

- name: Install tilibs
uses: lukka/run-cmake@d8897e1de33ed2ec4628ec5acf69861da7c719db # latest as of 2023-01-13
uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # latest as of 2023-11-12
with:
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
buildPreset: '${{ matrix.arch }}-${{ matrix.config }}'
Expand Down
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"libusb",
"glib",
"gettext"
]
],
"builtin-baseline": "61f610845fb206298a69f708104a51d651872877"
}

0 comments on commit 72c3bae

Please sign in to comment.