From 6a89ab0236ba08b7ea85fc113fa4be995918877f Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 16 May 2022 18:49:26 -0300 Subject: ci: run firejail --version after build/install To ensure that the resulting program actually runs and also to show which compile-time features it supports. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index faea6970f..cc7893305 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,5 +33,7 @@ jobs: run: make - name: make install run: sudo make install + - name: print version + run: command -V firejail && firejail --version - name: run tests run: SHELL=/bin/bash make test-github -- cgit v1.2.3-70-g09d2