gnucash maint: [github-actions] Update the Ubuntu 18.04 apt repositories before running.

John Ralls jralls at code.gnucash.org
Mon Nov 30 13:27:05 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/4f2c66f9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/c1fb613f (commit)



commit 4f2c66f92c45d8360eb895101777a6c5d849d6ee
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Nov 30 10:26:50 2020 -0800

    [github-actions] Update the Ubuntu 18.04 apt repositories before running.

diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 30ec9f3f6..cf03588cf 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -9,6 +9,7 @@ jobs:
     steps:
     - name: Checkout
       uses: actions/checkout at v2
+    - run: sudo apt-get update
     - name: Install additional dependencies
       run: sudo apt-get install -y 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.0-dev  googletest
     - name: Install language packs.



Summary of changes:
 .github/workflows/ci-tests.yml | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list