]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct installation of libstdc++
authorNick Porter <nick@portercomputing.co.uk>
Mon, 2 Sep 2024 17:33:04 +0000 (18:33 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 2 Sep 2024 18:35:54 +0000 (19:35 +0100)
.github/actions/freeradius-deps/action.yml

index 7e724ae1a12496dbadc35f7f47f9e34cb691a4bd..4e4a441464770dd58da057a34237aa1a0e51ff4d 100644 (file)
@@ -94,8 +94,8 @@ runs:
 
     - name: Install libstdc++ for fuzzing
       shell: bash
-      run: sudo apt-get install libstdc++
-      if: ${{ inputs.test_type == 'fuzzing' && runner.os != 'macOS' }}
+      run: sudo apt-get -y install libstdc++-14-dev
+      if: ${{ inputs.fuzzing && runner.os != 'macOS' }}
 
     - name: Install tacacs_plus
       shell: bash