From 255f08b985eda9dcf492bb60a7f60467b31aa304 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 24 Jul 2023 10:46:00 +0200 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a1f6a5f9..1d00bd69 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -30,7 +30,8 @@ jobs: - name: Install deps and build (with cache) run: | - export CXXFLAGS='-include /usr/include/c++/11.2.0/limits' + # export CXXFLAGS='-include /usr/include/c++/11.2.0/limits' + ls /usr/include/c++/ || true rm package-lock.json npm i