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 08130a0 commit 225a364Copy full SHA for 225a364
.github/workflows/library.yml
@@ -62,7 +62,7 @@ jobs:
62
SMING_ARCH: ${{ matrix.arch }}
63
SMING_SOC: ${{ matrix.variant }}
64
INSTALL_IDF_VER: ${{ matrix.idf_version || '5.2' }}
65
- CLANG_BUILD: ${{ matrix.toolchain == 'clang' && '15' || '0' }}
+ CLANG_BUILD: ${{ matrix.toolchain == 'clang' && '18' || '0' }}
66
BUILD64: ${{ matrix.toolchain == 'gcc64' && 1 || 0 }}
67
ENABLE_CCACHE: 1
68
CCACHE_DIR: ${{ github.workspace }}/.ccache
0 commit comments