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:
9393 runs-on : ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
9494 container : ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
9595 name : sanitizer - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
96+ env :
97+ CXX : clang++
9698 steps :
9799 - name : add cppfw deb repo
98100 uses : myci-actions/add-deb-repo@main
99101 with :
100102 repo : deb https://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
101103 repo-name : cppfw
102104 keys-asc : https://gagis.hopto.org/repo/cppfw/pubkey.gpg
103- install : myci git python3-pip
105+ install : myci git clang
104106 # - name: add llvm repo (for clang-format)
105107 # uses: myci-actions/add-deb-repo@main
106108 # with:
You can’t perform that action at this time.
0 commit comments