From f33b712e84605fcb4fa860808f5ca82577dbb663 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 29 Apr 2024 12:21:23 +0300 Subject: [PATCH] ci: fix tests-sanitize-address-msvc in sanitized_ci.yml --- .github/workflows/sanitized_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitized_ci.yml b/.github/workflows/sanitized_ci.yml index 19755d239070bb..1039d438e0652f 100644 --- a/.github/workflows/sanitized_ci.yml +++ b/.github/workflows/sanitized_ci.yml @@ -161,7 +161,7 @@ jobs: .\make.bat -msvc .\v.exe self - name: Ensure code is well formatted - run: v test-cleancode + run: .\v.exe test-cleancode # - name: Install dependencies # run: | # .\v.exe setup-freetype