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 4880648 commit 94ddc39Copy full SHA for 94ddc39
1 file changed
.github/workflows/ci.yml
@@ -93,14 +93,16 @@ jobs:
93
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
94
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
95
name: sanitizer - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }} | ${{ matrix.labels[0] }}
96
+ env:
97
+ CXX: clang++
98
steps:
99
- name: add cppfw deb repo
100
uses: myci-actions/add-deb-repo@main
101
with:
102
repo: deb https://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
103
repo-name: cppfw
104
keys-asc: https://gagis.hopto.org/repo/cppfw/pubkey.gpg
- install: myci git
105
+ install: myci git clang
106
# - name: add llvm repo (for clang-format)
107
# uses: myci-actions/add-deb-repo@main
108
# with:
0 commit comments