gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sun Mar 29 15:23:52 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/4c159fa5 (commit)
via https://github.com/Gnucash/gnucash/commit/14bc7486 (commit)
from https://github.com/Gnucash/gnucash/commit/6eeb5c67 (commit)
commit 4c159fa5f9f32ba08b9b90c559ccdb3ddcf3af25
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 29 12:23:43 2026 -0700
Update imported actions in coverage.yml
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index c7074358f2..36ae190901 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -10,7 +10,7 @@ jobs:
TZ: America/Los_Angeles
steps:
- name: Checkout
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- run: sudo apt-get update
- name: Install additional dependencies
run: sudo apt-get install -y gettext cmake libxslt-dev xsltproc ninja-build libboost-all-dev libgtk-3-dev guile-2.2-dev libgwengui-gtk3-dev libaqbanking-dev libofx-dev libdbi-dev libdbd-sqlite3 libwebkit2gtk-4.1-dev googletest lcov
@@ -46,7 +46,7 @@ jobs:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload pages
- uses: actions/upload-pages-artifact at v3
+ uses: actions/upload-pages-artifact at v4
if: success()
with:
path: ${{ github.workspace }}/build/github-pages
@@ -64,4 +64,4 @@ jobs:
steps:
- name: Publish
id: deployment
- uses: actions/deploy-pages at v4
+ uses: actions/deploy-pages at v5
commit 14bc748671879d2269fde3edb693b2f02122866c
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 29 10:39:20 2026 -0700
Remove inadvertently committed boost-1.90 library list change.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b26fa3ddb1..981e6c06c6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -605,11 +605,7 @@ if (Boost_FOUND)
if (Boost_VERSION VERSION_LESS "1.89.0")
find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)
else()
- if (Boost_VERSION VERSION_LESS "1.90.0")
- find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)
- else()
- find_package(Boost 1.67.0 COMPONENTS date_time locale program_options regex)
- endif()
+ find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)
endif()
endif()
Summary of changes:
.github/workflows/coverage.yml | 6 +++---
CMakeLists.txt | 6 +-----
2 files changed, 4 insertions(+), 8 deletions(-)
More information about the gnucash-changes
mailing list