aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4af788044..b72bdd611 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,6 +68,8 @@ jobs:
68 sudo apt-get install 68 sudo apt-get install
69 gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois 69 gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois
70 bridge-utils 70 bridge-utils
71 - name: print env
72 run: ./ci/printenv.sh
71 - name: configure 73 - name: configure
72 run: > 74 run: >
73 CC=gcc-12 ./configure --prefix=/usr --enable-fatal-warnings 75 CC=gcc-12 ./configure --prefix=/usr --enable-fatal-warnings