Skip to content

Commit 899add3

Browse files
committed
inline a comment
1 parent 4fc366a commit 899add3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
3939
- name: Compile mainline
4040
env:
41-
# test with different "sanitizers"
42-
SANITIZER: ${{ matrix.sanitizer }}
41+
SANITIZER: '${{ matrix.sanitizer }}' # test with different "sanitizers"
4342
run: ./mainline.sh
4443

4544
just_dependencies:

0 commit comments

Comments
 (0)