Skip to content

Commit

Permalink
XXX 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Dec 22, 2024
1 parent 8a40853 commit f78f500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
uses: lukka/run-vcpkg@v7
with:
setupOnly: true
vcpkgGitCommitId: 'f6a5d4e8eb7476b8d7fc12a56dff300c1c986131'
vcpkgGitCommitId: 'b322364f06308bdd24823f9d8f03fe0cc86fd46f'
vcpkgTriplet: ${{ matrix.vcpkg_triplet }}
# SHA-256 hash of the vcpkg.json file, recalculated automatically when it changes
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "colobot",
"version-string": "0.1.0",
"builtin-baseline": "f6a5d4e8eb7476b8d7fc12a56dff300c1c986131",
"builtin-baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f",
"dependencies": [
{
"name": "freetype",
Expand Down

0 comments on commit f78f500

Please sign in to comment.