Skip to content

Commit f8c4241

Browse files
committed
ci: clang
1 parent f737dc6 commit f8c4241

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)