Skip to content

Commit

Permalink
Fix env indent in ci-unix-static-sanitized
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon committed Mar 15, 2024
1 parent 23825a8 commit 700d80e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
matrix:
sanitizer: [ undefined ] # TODO(yguyon): Add address, memory, thread

env:
CC: clang
CXX: clang++
env:
CC: clang
CXX: clang++

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 700d80e

Please sign in to comment.