Test 'make install' in CI

This commit is contained in:
sfan5 2025-02-19 18:19:13 +01:00
parent 46cb386fef
commit 7685e548f0

View File

@ -39,6 +39,10 @@ jobs:
run: |
./util/ci/test.sh
- name: Test Install
run: |
make DESTDIR=/tmp/install install
clang:
runs-on: ubuntu-22.04
steps: