Skip to content

Commit

Permalink
240501.014609.HKT fix a typo in cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 30, 2024
1 parent 7af5319 commit 635c675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit 635c675

Please sign in to comment.