Adjusted workflow.
This commit is contained in:
parent
233387cfa6
commit
3f81b9e0c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user