Skip to content

Commit

Permalink
[github-actions] Update the Ubuntu 18.04 apt repositories before runn…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
jralls committed Nov 30, 2020
1 parent c1fb613 commit 4f2c66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@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.
Expand Down

0 comments on commit 4f2c66f

Please sign in to comment.