Adjusted workflow.

This commit is contained in:
Arron David Nelson 2024-02-04 22:46:32 -08:00
parent 2ba2317b35
commit 6b2f3e7247

View File

@ -20,7 +20,7 @@ jobs:
run: |
doxygen ehs-docs-config.doxyfile
- name: Building/Compiling Project
- name: Building/Compiling/Installing Project
run: |
cd ${{ gitea.workspace }}
cmake -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB .
@ -62,7 +62,7 @@ jobs:
run: |
doxygen ehs-docs-config.doxyfile
- name: Building/Compiling Project
- name: Building/Compiling/Installing Project
run: |
cd ${{ gitea.workspace }}
cmake -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB .