]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Install libjson-c4 for 20.0.4
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 10 Nov 2020 19:30:16 +0000 (13:30 -0600)
committerGitHub <noreply@github.com>
Tue, 10 Nov 2020 19:30:16 +0000 (13:30 -0600)
.github/workflows/freeradius.yml

index 155c6a2c1945a0b8223d4b2cf1b2e3fdba290381..0f72616e5739cd40947b3a071e3c792631a2b3c9 100644 (file)
@@ -153,7 +153,6 @@ jobs:
         libiodbc2 \
         libiodbc2-dev \
         libjson-c-dev \
-        libjson-c3 \
         libjson-perl \
         libkqueue-dev \
         libkrb5-dev \
@@ -184,11 +183,15 @@ jobs:
         python-dev \
         python3-pip \
         quilt
-        
+      
     - name: Install JSON build deps for 18.04
       if: ${{ matrix.os == 'ubuntu-18.04' }}
-      run: sudo apt-get install -y --no-install-recommends 
+      run: sudo apt-get install -y --no-install-recommends libjson-c3
 
+    - name: Install JSON build deps for 20.04
+      if: ${{ matrix.os == 'ubuntu-20.04' }}
+      run: sudo apt-get install -y --no-install-recommends libjson-c4
+      
     - name: Install compiler toolchain for 18.04
       if: ${{ matrix.os == 'ubuntu-18.04' }}
       run: |