Updated build file. - icy_draw - icy_draw is the successor to mystic draw. fork / mirror
 (HTM) git clone https://git.drkhsh.at/icy_draw.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 4f1e2a1acb5c19bda1f8a15ae819f80f214f8169
 (DIR) parent 2db1cd10f026e330fc4f0400058640f3e808fe2d
 (HTM) Author: Mike Krüger <mkrueger@posteo.de>
       Date:   Wed, 17 Jul 2024 21:33:52 +0200
       
       Updated build file.
       
       Diffstat:
         M .github/workflows/build.yml         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
       @@ -17,7 +17,7 @@ jobs:
           - uses: actions/checkout@v4
           - name: Install required libraries
             run: |
       -       sudo apt-get install build-essential libgtk-3-dev libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev
       +       sudo apt-get install build-essential libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev
           - name: Build deb
             id: build-deb
             run: |