diff options
author | Patric Stout <truebrain@openttd.org> | 2021-02-19 11:05:00 +0100 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-02-19 11:34:00 +0100 |
commit | d3df4674f9103000b80596cb633874b6a805353d (patch) | |
tree | 0538e3b655866a957840b9ee909eef065aed7852 | |
parent | 932abe6d5cd2a0e0a63f36b9c970b5ef672972b7 (diff) | |
download | openttd-d3df4674f9103000b80596cb633874b6a805353d.tar.xz |
Fix: [Actions] build our allegro driver too in our CI
This prevents us breaking it without realising.
-rw-r--r-- | .github/workflows/ci-build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index fed635092..0fcc82372 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -88,6 +88,7 @@ jobs: echo "::group::Install dependencies" sudo apt-get install -y --no-install-recommends \ + liballegro4-dev \ libfontconfig-dev \ libicu-dev \ liblzma-dev \ |