From 02cb70ec41c1b01446ca9a5b76d519484c02fdc9 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Mon, 9 Dec 2024 17:13:59 +0100 Subject: [PATCH] verilator fix attempt --- .github/workflows/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.sh b/.github/workflows/tools.sh index 8831b6a..4334aa5 100755 --- a/.github/workflows/tools.sh +++ b/.github/workflows/tools.sh @@ -13,7 +13,7 @@ install_verilator(){ git pull # Make sure we're up-to-date git checkout v4.216 autoconf # Create ./configure script - ./configure --prefix ~/tools + CPPFLAGS=-std=c++14 ./configure --prefix ~/tools make -j4 make install cd ..