1
0
mirror of https://github.com/minetest/minetestmapper.git synced 2025-06-22 03:30:24 +02:00

Test 'make install' in CI

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

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