diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 6559d3a..4f5b6c1 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -40,6 +40,9 @@ jobs: - name: Install run: cmake --install ${{github.workspace}}/build + - name: Check version + run: htmixer --version + - name: Make Document run: cd document && make && cd ..