Skip to content

Commit

Permalink
fix env variables in FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Jan 29, 2024
1 parent a643ed0 commit 7075dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7075dd4

Please sign in to comment.