File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -93,14 +93,16 @@ jobs:
93
93
runs-on : ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
94
94
container : ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
95
95
name : sanitizer - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
96
+ env :
97
+ CXX : clang++
96
98
steps :
97
99
- name : add cppfw deb repo
98
100
uses : myci-actions/add-deb-repo@main
99
101
with :
100
102
repo : deb https://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
101
103
repo-name : cppfw
102
104
keys-asc : https://gagis.hopto.org/repo/cppfw/pubkey.gpg
103
- install : myci git python3-pip
105
+ install : myci git clang
104
106
# - name: add llvm repo (for clang-format)
105
107
# uses: myci-actions/add-deb-repo@main
106
108
# with:
You can’t perform that action at this time.
0 commit comments