Skip to content

Commit 1dc0f97

Browse files
committed
ci: fix builds
1 parent 5e7d5fe commit 1dc0f97

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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 locales
105+
install: myci git locales clang
104106
# - name: add llvm repo (for clang-format)
105107
# uses: myci-actions/add-deb-repo@main
106108
# with:

build/vcpkg/test/vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"kind": "git",
1010
"repository": "https://github.com/cppfw/vcpkg-repo/",
11-
"baseline": "f3e91e1cc2383dffb7047fa0dccc2ccd957713b9",
11+
"baseline": "261e25566549479b571c1c04ed6879b2ae776a57",
1212
"reference": "main",
1313
"packages": [ "myci", "utki", "papki", "mikroxml", "cssom", "r4" ]
1414
}

0 commit comments

Comments
 (0)