This commit is contained in:
Shanaka Prageeth 2025-03-12 11:58:57 +09:00
parent 40e0bdd8b4
commit 597501c7da
1 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,7 @@ jobs:
make
- name: Check output
run: find . -type f -name "*.so"
- name: Check output
run: find . -type f -name "*.h"
- name: Check output
run: find . -type f -name "*.hpp"