From 635c675cd83dfb97e6f34692951128d25ac43b02 Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Wed, 1 May 2024 01:46:09 +0800 Subject: [PATCH] 240501.014609.HKT fix a typo in cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 92f8557f40..53818d5ace 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -69,7 +69,7 @@ jobs: # official documentation of the compiler mentions them. Why? # Comments on flags of `cl`: # -wd4820 disables the warning about "... bytes padding added after data member" - # -wd4464 disables the warning about "elative include path contains '..'" + # -wd4464 disables the warning about "relative include path contains '..'" # -wd4710 disables the warning about "... function is not inlined" - os: windows-latest toolchain: {compiler: intel, version: '2023.2', cflags: '-Wall -Werror', fflags: '/warn:all /debug:extended /Z7 /fimplicit-none /standard-semantics /assume:recursion'}