Skip to content

Commit f33b712

Browse files
committed
ci: fix tests-sanitize-address-msvc in sanitized_ci.yml
1 parent cf80f11 commit f33b712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanitized_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
.\make.bat -msvc
162162
.\v.exe self
163163
- name: Ensure code is well formatted
164-
run: v test-cleancode
164+
run: .\v.exe test-cleancode
165165
# - name: Install dependencies
166166
# run: |
167167
# .\v.exe setup-freetype

0 commit comments

Comments
 (0)