Skip to content

Commit bc97201

Browse files
committed
ci: use g++
1 parent 3440d48 commit bc97201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
9595
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
9696
name: sanitizer - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
97-
env:
98-
CXX: clang++
97+
# env:
98+
# CXX: clang++
9999
steps:
100100
# - name: add llvm repo (for clang-format)
101101
# uses: myci-actions/add-deb-repo@main

0 commit comments

Comments
 (0)