Skip to content

Commit

Permalink
Update the vcpkg version hash
Browse files Browse the repository at this point in the history
Also remove broken debugging code from the macOS build config.
See #2075.
  • Loading branch information
lmoureaux authored and jwrober committed Dec 16, 2023
1 parent 7e32e44 commit 4bbac00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- uses: lukka/run-vcpkg@v10
name: Install dependencies
with:
vcpkgGitCommitId: 50fd3d9957195575849a49fa591e645f1d8e7156
vcpkgGitCommitId: 23ceb9cbf9b6d32f485cf039547b70102a6ef9d8
- name: Build
uses: lukka/run-cmake@v10
with:
Expand Down Expand Up @@ -264,11 +264,6 @@ jobs:
"Freeciv21-${{steps.split.outputs.fragment}}.dmg" \
"staging/"
shasum -a 256 Freeciv21-${{steps.split.outputs.fragment}}.dmg > Freeciv21-${{steps.split.outputs.fragment}}.dmg.sha256
- name: Debug
if: failure()
run: |
cat CMakeCache.txt
echo ${{steps.split.outputs.fragment}}
- name: Upload package
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
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": "freeciv21",
"version-string": "3.0.0",
"builtin-baseline": "50fd3d9957195575849a49fa591e645f1d8e7156",
"builtin-baseline": "23ceb9cbf9b6d32f485cf039547b70102a6ef9d8",
"dependencies": [
"qt5-base",
"qt5-svg",
Expand Down

0 comments on commit 4bbac00

Please sign in to comment.