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.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index df706c898..a005fefd7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -74,18 +74,18 @@ jobs:
74 - name: install dependencies 74 - name: install dependencies
75 run: > 75 run: >
76 sudo apt-get install -qy 76 sudo apt-get install -qy
77 gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois 77 gcc-12 libapparmor-dev libselinux1-dev
78 bridge-utils
79 - name: print env 78 - name: print env
80 run: ./ci/printenv.sh 79 run: ./ci/printenv.sh
81 - name: configure 80 - name: configure
82 run: > 81 run: >
83 CC=gcc-12 ./configure --prefix=/usr --enable-fatal-warnings 82 ./configure CC=gcc-12
84 --enable-analyzer --enable-apparmor --enable-selinux 83 --prefix=/usr --enable-fatal-warnings --enable-analyzer
84 --enable-apparmor --enable-selinux
85 || (cat config.log; exit 1) 85 || (cat config.log; exit 1)
86 - name: make 86 - name: make
87 run: make 87 run: make
88 - name: make install 88 - name: make install
89 run: sudo make install 89 run: sudo make install
90 - name: print firejail version 90 - name: print version
91 run: command -V firejail && firejail --version 91 run: make print-version