Changeset - r24840:38cda9f655b2
[Not reviewed]
master
0 1 0
Patric Stout - 3 years ago 2021-02-19 10:05:00
truebrain@openttd.org
Fix: [Actions] build our allegro driver too in our CI

This prevents us breaking it without realising.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -79,24 +79,25 @@ jobs:
 
    steps:
 
    - name: Checkout
 
      uses: actions/checkout@v2
 

	
 
    - name: Install dependencies
 
      run: |
 
        echo "::group::Update apt"
 
        sudo apt-get update
 
        echo "::endgroup::"
 

	
 
        echo "::group::Install dependencies"
 
        sudo apt-get install -y --no-install-recommends \
 
          liballegro4-dev \
 
          libfontconfig-dev \
 
          libicu-dev \
 
          liblzma-dev \
 
          liblzo2-dev \
 
          libsdl1.2-dev \
 
          libsdl2-dev \
 
          zlib1g-dev \
 
          # EOF
 
        echo "::endgroup::"
 
      env:
 
        DEBIAN_FRONTEND: noninteractive
 

	
0 comments (0 inline, 0 general)