diff --git a/.github/workflows/build_freebsd.yml b/.github/workflows/build_freebsd.yml index 2b74b19..5da3bd8 100644 --- a/.github/workflows/build_freebsd.yml +++ b/.github/workflows/build_freebsd.yml @@ -36,6 +36,7 @@ jobs: CONFIGURE_FLAGS: ${{ matrix.flags }} --enable-verbosebuild CFLAGS: -Wformat -Werror=format-security -Wall -pedantic with: + environment_variables: CONFIGURE_FLAGS CFLAGS operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.architecture }} version: ${{ matrix.os.version }}