From bf470b62017ec87e8f4cde0001d11bd8d207d441 Mon Sep 17 00:00:00 2001 From: Joe George Date: Mon, 8 Jan 2024 10:17:04 -0500 Subject: [PATCH] build flags --- .github/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index f6ca20426cc..6f2c63c18ba 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -6,7 +6,7 @@ runs: - name: Build C++ run: | export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" - export CONFIGS="shared cpp11-shared" + export CONFIGS="shared cpp98-shared cpp11-shared" make -C cpp -j3 V=1 shell: bash if: runner.os == 'macOS' || runner.os == 'Linux'