From f21461e1abc8deec3a239c317ff6718f1e0b72a4 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sun, 24 Mar 2024 17:33:23 +0100 Subject: [PATCH] changes typo --- .gitea/workflows/run_act.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/run_act.yaml b/.gitea/workflows/run_act.yaml index 418b882..fd8bb72 100644 --- a/.gitea/workflows/run_act.yaml +++ b/.gitea/workflows/run_act.yaml @@ -18,7 +18,7 @@ jobs: - name: Build tgc-sim executable run: | - ##conan profile new --detect --false default + conan profile new --detect --force default cmake -S TGC-ISS -B TGC-ISS/build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=OFF cmake --build TGC-ISS/build -j24