diff options
author | 2022-05-06 21:00:13 -0400 | |
---|---|---|
committer | 2022-09-03 11:41:55 -0700 | |
commit | b0b0ed7875c29c7557ed47a68861cfd65720ac36 (patch) | |
tree | 2309d7360b9b46ed176c2c48a819571f6fffff20 /.github | |
parent | makefile: add install target for udica templates (diff) | |
download | hardened-refpolicy-b0b0ed7875c29c7557ed47a68861cfd65720ac36.tar.gz hardened-refpolicy-b0b0ed7875c29c7557ed47a68861cfd65720ac36.tar.bz2 hardened-refpolicy-b0b0ed7875c29c7557ed47a68861cfd65720ac36.zip |
github: test install of udica templates
Signed-off-by: Kenton Groombridge <me@concord.sh>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86834fffa..c0b0bcd9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,4 +142,5 @@ jobs: make install-headers make install-src make install-docs + make install-udica-templates make install-appconfig |