aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-22 10:09:26 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-29 08:52:24 -0300
commitc9531d95ed3f12c382a0292e9eb508a9b9c96532 (patch)
tree4fb01ef4456f41906bf10831b8d8849e719f9a79 /.github/workflows/build.yml
parentbuild: use generic wildcard on package install (diff)
downloadfirejail-c9531d95ed3f12c382a0292e9eb508a9b9c96532.tar.gz
firejail-c9531d95ed3f12c382a0292e9eb508a9b9c96532.tar.zst
firejail-c9531d95ed3f12c382a0292e9eb508a9b9c96532.zip
build: add print-version target and use in CI
To reduce TARNAME hardcoding. Added on commit 6a89ab023 ("ci: run firejail --version after build/install", 2022-05-16) / PR #5148.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index df706c898..4880c31e1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -87,5 +87,5 @@ jobs:
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