We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3440d48 commit bc97201Copy full SHA for bc97201
.github/workflows/ci.yml
@@ -94,8 +94,8 @@ jobs:
94
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
95
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
96
name: sanitizer - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
97
- env:
98
- CXX: clang++
+ # env:
+ # CXX: clang++
99
steps:
100
# - name: add llvm repo (for clang-format)
101
# uses: myci-actions/add-deb-repo@main
0 commit comments