Adjusted workflow.
All checks were successful
Build & Release / Linux-AMD64-Build (push) Successful in 1m30s
Build & Release / Linux-AARCH64-Build (push) Successful in 1m41s

This commit is contained in:
Arron David Nelson 2024-02-04 22:11:07 -08:00
parent 233387cfa6
commit 3f81b9e0c7

View File

@ -25,7 +25,6 @@ jobs:
cd ${{ gitea.workspace }}
cmake -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB .
cmake --build . --config Release
rm -R ~/.local/include/ehs
cmake --install .
- name: Creating Appropriate Directories
@ -68,7 +67,6 @@ jobs:
cd ${{ gitea.workspace }}
cmake -DCMAKE_BUILD_TYPE=Debug -DLINUX_WINDOW_SYSTEM:STRING=XCB .
cmake --build . --config Debug
rm -R ~/.local/include/ehs
cmake --install .
- name: Creating Appropriate Directories