From ddf4df3c25929a01a7c4bc5c1947900766d8d373 Mon Sep 17 00:00:00 2001 From: River <26424577+wusatosi@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:08:13 -0500 Subject: [PATCH] resolve rebase error --- .github/workflows/ci_tests.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index a5e1caf..55c52a5 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -59,20 +59,6 @@ jobs: cpp: g++ c: gcc cpp_version: 17 - cmake_args: - description: "A-San" - args: "-DCMAKE_CXX_FLAGS=-fsanitize=address -fsanitize=undefined" - - platform: ubuntu-latest - compiler: - cpp: g++ - c: gcc - cmake_args: - description: "T-San" - args: "-DCMAKE_CXX_FLAGS=-fsanitize=thread" - - platform: ubuntu-latest - compiler: - cpp: g++ - c: gcc cmake_args: description: "vcpkg" args: "-DCMAKE_TOOLCHAIN_FILE=$env{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake"