We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f737dc6 commit f8c4241Copy full SHA for f8c4241
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 }}
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 python3-pip
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