Skip to content

Commit

Permalink
Merge pull request #475 from ArkScript-lang/feat/sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Jul 6, 2024
2 parents 38925a2 + d2c99ba commit b2dfeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
config:
- {
os: ubuntu-24.04, name: "Ubuntu Clang 16",
compiler: clang, compiler_version: 16, sanitizers: "Off",
compiler: clang, compiler_version: 16, sanitizers: "On",
artifact: "ubuntu-clang-16"
}
- {
Expand All @@ -80,7 +80,7 @@ jobs:
}
- {
os: ubuntu-24.04, name: "Ubuntu GCC 14",
compiler: gcc, compiler_version: 14, sanitizers: "Off",
compiler: gcc, compiler_version: 14, sanitizers: "On",
artifact: "ubuntu-gcc-14"
}
- {
Expand Down

0 comments on commit b2dfeaf

Please sign in to comment.