We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a72acd commit 5e40ba6Copy full SHA for 5e40ba6
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
src/tools/gn \
55
--target-cpu ${{ matrix.arch }} \
56
- --target-toolchain /usr/lib/llvm-14 \
+ --target-toolchain /usr/lib/llvm-12 \
57
--target-dir build
58
ninja -C src/out/build
59
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
--target-sysroot src/sysroot-6.5/${{ matrix.arch }} \
67
--api-version 6.5 --system-cxx \
68
0 commit comments