3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-18 07:59:31 +00:00

Try making clang-10 to work

This commit is contained in:
Miodrag Milanovic 2026-05-13 12:05:37 +02:00
parent 105011a53b
commit 9182329fa1

View file

@ -85,7 +85,7 @@ jobs:
- name: Fix clang-10 toolchain
if: matrix.os == 'ubuntu-latest' && matrix.compiler == 'clang-10'
run: |
echo "CXXFLAGS=--gcc-toolchain=/usr/lib/gcc/x86_64-linux-gnu/10 -stdlib=libstdc++" >> $GITHUB_ENV
echo "CXXFLAGS=--gcc-toolchain=/usr" >> $GITHUB_ENV
# minimum standard
- name: Build C++20