]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: use correct inputs
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 11 Aug 2023 22:35:02 +0000 (23:35 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 11 Aug 2023 22:35:02 +0000 (23:35 +0100)
.github/workflows/ci.yml

index d1173cdb26990d8c7cde47598cde5029f845c2f8..9d48ae9fd0409acb00b82cdd72cb9fbe7b2d06fd 100644 (file)
@@ -165,8 +165,9 @@ jobs:
       - name: Build FreeRADIUS
         uses: ./.github/actions/build-freeradius
         with:
-          use_docker: true
           use_sanitizers: false
+          cc: ${{ matrix.env.CC }}
+          test_type: ${{ matrix.env.TEST_TYPE }}
 
       - name: Run main CI tests
         uses: ./.github/actions/ci-tests