Silly indentation
Some checks failed
Actions Testing Workflow / build (push) Failing after 26s

This commit is contained in:
Steven Tracey 2024-10-27 16:48:51 -04:00
parent 34d41b49a9
commit 0933e66e28

View File

@ -31,8 +31,8 @@ jobs:
# source-dir: src/
# output-dir: src/out
run: |
cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" -S ./src -B ./src/build
cmake --build ./src/build --target ActionsTesting -- -j 14
cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" -S ./src -B ./src/build
cmake --build ./src/build --target ActionsTesting -- -j 14
- name: Run built exe
run: ./src/build/ActionsTesting.exe
- name: Prepare artifacts