From 13094e78cee3197195ace62f499a63f84c6067e0 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sun, 24 Mar 2024 17:32:18 +0100 Subject: [PATCH] removes supposed fix --- .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 ffc8490..418b882 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 --false 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